Visual3D::BeginAnimation Method (DependencyProperty^, AnimationTimeline^, HandoffBehavior)
.NET Framework (current version)
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.
The animation sequence is triggered when the next frame is rendered.
.NET Framework
Available since 3.0
Available since 3.0
Show: