AnimationTimeline.IsDestinationDefault プロパティ

定義

このアニメーションが終点の値として GetCurrentValue(Object, Object, AnimationClock) メソッドの defaultDestinationValue パラメーターを使用するかどうかを示す値を取得します。

public:
 virtual property bool IsDestinationDefault { bool get(); };
public virtual bool IsDestinationDefault { get; }
member this.IsDestinationDefault : bool
Public Overridable ReadOnly Property IsDestinationDefault As Boolean

プロパティ値

Boolean

true if the defaultDestinationValue parameter of the GetCurrentValue(Object, Object, AnimationClock) method is the value of this animation when reaches the end of its simple duration (its clock has a CurrentProgress of 1); otherwise, false. 既定の実装では、常に false を返します。

適用対象

こちらもご覧ください