AnimationTimeline.IsDestinationDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.