IAnimatable::BeginAnimation Method

 

Initiates an animation sequence for this instance.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

NameDescription
System_CAPS_pubmethodBeginAnimation(DependencyProperty^, AnimationTimeline^)

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

System_CAPS_pubmethodBeginAnimation(DependencyProperty^, AnimationTimeline^, HandoffBehavior)

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

The animation sequence is triggered once the next frame is rendered.

Return to top
Show: