ScalarNaturalMotionAnimation.InitialValue Property

Definition

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

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

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

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