Visual3D::BeginAnimation Method (DependencyProperty^, AnimationTimeline^)

 

Initiates an animation sequence for the DependencyProperty object, based on the specified AnimationTimeline.

Namespace:   System.Windows.Media.Media3D
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
Return to top
Show: