Vector2NaturalMotionAnimation.InitialValue Property

Definition

Gets or sets a value that indicates where the animation starts.

public:
 property IReference<float2> ^ InitialValue { IReference<float2> ^ get(); void set(IReference<float2> ^ value); };
IReference<float2> InitialValue();

void InitialValue(IReference<float2> value);
public System.Nullable<Vector2> InitialValue { get; set; }
var iReference = vector2NaturalMotionAnimation.initialValue;
vector2NaturalMotionAnimation.initialValue = iReference;
Public Property InitialValue As Nullable(Of Vector2)

Property Value

A value that indicates where the animation starts. The default is null. If left null, the beginning value of the property being animated is used.

Applies to