Edit

Share via


AnimationSet.Start Method

Definition

Overloads

Start()

Stats all animations. This method is not awaitable.

Start(CancellationToken)
Start(UIElement)

Starts the animations present in the current AnimationBuilder instance.

Start()

Stats all animations. This method is not awaitable.

public void Start ();
member this.Start : unit -> unit
Public Sub Start ()

Exceptions

Thrown when there is no attached Windows.UI.Xaml.UIElement instance.

Applies to

Start(CancellationToken)

public void Start (System.Threading.CancellationToken token);
member this.Start : System.Threading.CancellationToken -> unit
Public Sub Start (token As CancellationToken)

Parameters

Exceptions

Thrown when there is no attached Windows.UI.Xaml.UIElement instance.

Applies to

Start(UIElement)

Starts the animations present in the current AnimationBuilder instance.

public void Start (Windows.UI.Xaml.UIElement element);
member this.Start : Windows.UI.Xaml.UIElement -> unit
Public Sub Start (element As UIElement)

Parameters

element
Windows.UI.Xaml.UIElement

The target Windows.UI.Xaml.UIElement to animate.

Applies to