Animatable::BeginAnimation Method
.NET Framework (current version)
Applies an animation to the specified DependencyProperty.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | BeginAnimation(DependencyProperty^, AnimationTimeline^) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used. |
![]() | BeginAnimation(DependencyProperty^, AnimationTimeline^, HandoffBehavior) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used. |
Show:
