A value of the enumeration. The default is
System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace, which will stop any existing animation and replace with the new one.
Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
Syntax
Parameters
- dp
- The property to animate.
- clock
- The animation clock that controls and declares the animation.
- handoffBehavior
- A value of the enumeration. The default is System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace, which will stop any existing animation and replace with the new one.
See Also