IAnimatable.ApplyAnimationClock Method (DependencyProperty, AnimationClock, HandoffBehavior)
.NET Framework (current version)
Applies the effect of a given AnimationClock to a given dependency property. The effect of the new AnimationClock on any current animations is determined by the value of the handoffBehavior parameter.
Assembly: PresentationCore (in PresentationCore.dll)
abstract ApplyAnimationClock : dp:DependencyProperty * clock:AnimationClock * handoffBehavior:HandoffBehavior -> unit
Parameters
- dp
-
Type:
System.Windows.DependencyProperty
The DependencyProperty to animate.
- clock
-
Type:
System.Windows.Media.Animation.AnimationClock
The AnimationClock that animates the property.
- handoffBehavior
-
Type:
System.Windows.Media.Animation.HandoffBehavior
Determines how the new AnimationClock will transition from or affect any current animations on the property.
.NET Framework
Available since 3.0
Available since 3.0
Show: