ContentElement::ApplyAnimationClock Method (DependencyProperty^, AnimationClock^)
.NET Framework (current version)
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual void ApplyAnimationClock( DependencyProperty^ dp, AnimationClock^ clock ) sealed
Parameters
- dp
-
Type:
System.Windows::DependencyProperty^
The identifier for the property to animate.
- clock
-
Type:
System.Windows.Media.Animation::AnimationClock^
The animation clock that controls and declares the animation.
To remove an animation from a property, specify the identifier for that property as dp and specify clock as null. This removes the animation and the animated property is set to its base value. However, the originally associated animation clock is not stopped. Any other animations assigned to that clock will continue to run.
.NET Framework
Available since 3.0
Available since 3.0
Show: