AnimationTimeline.IsDestinationDefault プロパティ

定義

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

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

プロパティ値

メソッドの defaultDestinationValue パラメーターが単純な継続時間の終わりに達したときにこのアニメーションの値である場合は gt;。それ以外の場合は 。 既定の実装では、常に false を返します。

適用対象

こちらもご覧ください