C# Class WinRTXamlToolkit.AwaitableUI.StoryboardExtensions

Contains an extension method for waiting for Storyboard to complete.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
BeginAsync ( this storyboard ) : System.Threading.Tasks.Task

Begins a storyboard and waits for it to complete.

Method Details

BeginAsync() public static méthode

Begins a storyboard and waits for it to complete.
public static BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
storyboard this
Résultat System.Threading.Tasks.Task