AnimationTimeline.IsDestinationDefault プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このアニメーションが終点の値として 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
プロパティ値
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
を返します。