AnimationTimeline.IsDestinationDefault Property

Definition

Gets a value that indicates whether this animation uses the defaultDestinationValue parameter of the GetCurrentValue(Object, Object, AnimationClock) method as its destination value.

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

Property Value

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. The default implementation always returns false.

Applies to

See also