StopAnimationAction.TargetObject Property

Definition

Gets or sets the object to stop the specified animation on. If not specified, will use the current object the parent animation is running on.

public Windows.UI.Xaml.UIElement TargetObject { get; set; }
member this.TargetObject : Windows.UI.Xaml.UIElement with get, set
Public Property TargetObject As UIElement

Property Value

Windows.UI.Xaml.UIElement

Applies to