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如果方法的 GetCurrentValue(Object, Object, AnimationClock) defaultDestinationValue 参数是此动画的值,则达到其简单持续时间的末尾 (其时钟的长度为 CurrentProgress 1) ;否则为 false。 默认实现始终返回 false

适用于

另请参阅