C# Class WP8.Async.Helpers.StoryboardExtensions

Afficher le fichier Open project: tpetrina/wp8-helpers

Méthodes publiques

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

Asynchronously initiates the set of animations associated with the storyboard.

Method Details

BeginAsync() public static méthode

Asynchronously initiates the set of animations associated with the storyboard.
public static BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
storyboard this A storyboard which will be executed asynchronously.
Résultat System.Threading.Tasks.Task