IAnimatable.ApplyAnimationClock Method
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.
Applies the effect of a given AnimationClock to a given dependency property.
Overloads
ApplyAnimationClock(DependencyProperty, AnimationClock) |
Applies the effect of a given AnimationClock to a given dependency property. |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
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 |
ApplyAnimationClock(DependencyProperty, AnimationClock)
Applies the effect of a given AnimationClock to a given dependency property.
public:
void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock);
public void ApplyAnimationClock (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock)
Parameters
The DependencyProperty to animate.
- clock
- AnimationClock
The AnimationClock that animates the property.
See also
Applies to
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
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.
public:
void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void ApplyAnimationClock (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock, handoffBehavior As HandoffBehavior)
Parameters
The DependencyProperty to animate.
- clock
- AnimationClock
The AnimationClock that animates the property.
- handoffBehavior
- HandoffBehavior
Determines how the new AnimationClock will transition from or affect any current animations on the property.