.NET Framework Class Library
Animatable..::.BeginAnimation Method

Applies an animation to the specified DependencyProperty.

Overload List

  NameDescription
Public methodBeginAnimation(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.
Public methodBeginAnimation(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.
Top
See Also

Reference

Other Resources

Tags : animation


Community Content

LukeSkywalker
Asynchronous
Worth noting to anyone planning to chain animations that this method is asynchronous.
Tags :

Page view tracker