Edit

Share via


AnimationBase.StartAnimation(UIElement) Method

Definition

Starts the animation on the specified element

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

Parameters

element
Windows.UI.Xaml.UIElement

The Windows.UI.Xaml.UIElement to be animated

Applies to