Visual3D.ApplyAnimationClock Method (DependencyProperty, AnimationClock, HandoffBehavior)
.NET Framework 3.5
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)
public void ApplyAnimationClock( DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior )
You cannot use methods in XAML.
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.
Implements
IAnimatable.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.