IAnimatable::BeginAnimation Method
.NET Framework (current version)
Initiates an animation sequence for this instance.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | BeginAnimation(DependencyProperty^, AnimationTimeline^) | Initiates an animation sequence for the DependencyProperty object, based on the specified AnimationTimeline. |
![]() | BeginAnimation(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.
Show:
