BeginAnimation Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Windows.Media.Animation ...
Animatable Class
Animatable Methods
BeginAnimation Method
BeginAnimation Method (Depende ...
BeginAnimation Method (Depende ...
Animatable Methods
ApplyAnimationClock Method
BeginAnimation Method
ClearValue Method
Clone Method
FreezeCore Method
GetAnimationBaseValue Method
OnFreezablePropertyChanged Met ...
SetValue Method
ShouldSerializeStoredWeakRefer ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Animatable
.
.
::
.
BeginAnimation Method
Applies an animation to the specified
DependencyProperty
.
Overload List
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.
Top
See Also
Reference
Animatable Class
Animatable Members
System.Windows.Media.Animation Namespace
Other Resources
Local Animations Sample
Tags :
animation
Community Content
LukeSkywalker
Asynchronous
Worth noting to anyone planning to chain animations that this method is asynchronous.
Tags :