Vector2NaturalMotionAnimation.FinalValue Property

Definition

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

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

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

Property Value

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

Applies to