Vector2NaturalMotionAnimation.InitialValue プロパティ

定義

アニメーションの開始位置を示す値を取得または設定します。

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)

プロパティ値

アニメーションの開始位置を示す 値。 既定値は null です左に null を指定すると、アニメーション化されるプロパティの開始値が使用されます。

適用対象