StartAnimationActivity.TargetObject Property

Definition

Gets or sets the object to start 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