C# Class SoftwareKobo.UniversalToolkit.AwaitableUI.FrameworkElementExtensions

显示文件 Open project: h82258652/SoftwareKobo.UniversalToolkit

Public Methods

Method Description
WaitForLayoutUpdatedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
WaitForLoadedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
WaitForNonZeroSizeAsync ( this frameworkElement ) : System.Threading.Tasks.Task

Method Details

WaitForLayoutUpdatedAsync() public static method

public static WaitForLayoutUpdatedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
return System.Threading.Tasks.Task

WaitForLoadedAsync() public static method

public static WaitForLoadedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
return System.Threading.Tasks.Task

WaitForNonZeroSizeAsync() public static method

public static WaitForNonZeroSizeAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
return System.Threading.Tasks.Task