ScalarNaturalMotionAnimation.FinalValue Property

Definition

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

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

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

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