Animatable::ApplyAnimationClock Method

 

Animates the specified DependencyProperty using the specified AnimationClock.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

NameDescription
System_CAPS_pubmethodApplyAnimationClock(DependencyProperty^, AnimationClock^)

Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used.

System_CAPS_pubmethodApplyAnimationClock(DependencyProperty^, AnimationClock^, HandoffBehavior)

Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used.

Return to top
Show: