Visual3D::BeginAnimation Method (DependencyProperty^, AnimationTimeline^)
.NET Framework (current version)
Initiates an animation sequence for the DependencyProperty object, based on the specified AnimationTimeline.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual void BeginAnimation( DependencyProperty^ dp, AnimationTimeline^ animation ) 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 animate the property.
The animation sequence is triggered when the next frame is rendered.
.NET Framework
Available since 3.0
Available since 3.0
Show: