Vector2NaturalMotionAnimation.FinalValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示動畫結束的位置。
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)
屬性值
值,表示動畫結束的位置。 預設值為 null。 如果保留 null,則會使用正在動畫顯示之屬性的結束值。