Visual3D::BeginAnimation Method (DependencyProperty, AnimationTimeline, HandoffBehavior)
.NET Framework 4
Initiates an animation sequence for the DependencyProperty object, based on both the specified AnimationTimeline and HandoffBehavior.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual void BeginAnimation( DependencyProperty^ dp, AnimationTimeline^ animation, HandoffBehavior handoffBehavior ) sealed
Parameters
- dp
- Type: System.Windows::DependencyProperty
The DependencyProperty object to animate.
- animation
- Type: System.Windows.Media.Animation::AnimationTimeline
The timeline that has the necessary functionality to customize the new animation.
- handoffBehavior
- Type: System.Windows.Media.Animation::HandoffBehavior
The object that specifies how to interact with all relevant animation sequences.
Implements
IAnimatable::BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.