C# Class SoftwareKobo.UniversalToolkit.AwaitableUI.FrameworkElementExtensions

Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes publiques

Méthode 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 méthode

public static WaitForLayoutUpdatedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
Résultat System.Threading.Tasks.Task

WaitForLoadedAsync() public static méthode

public static WaitForLoadedAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
Résultat System.Threading.Tasks.Task

WaitForNonZeroSizeAsync() public static méthode

public static WaitForNonZeroSizeAsync ( this frameworkElement ) : System.Threading.Tasks.Task
frameworkElement this
Résultat System.Threading.Tasks.Task