IAnimatable.BeginAnimation Method (DependencyProperty, AnimationTimeline, HandoffBehavior)
.NET Framework (current version)
Initiates an animation sequence for the DependencyProperty.object, based on both the specified AnimationTimeline and HandoffBehavior.
Assembly: PresentationCore (in PresentationCore.dll)
void BeginAnimation(
DependencyProperty dp,
AnimationTimeline animation,
HandoffBehavior handoffBehavior
)
Parameters
- dp
-
Type:
System.Windows.DependencyProperty
The object to animate.
- animation
-
Type:
System.Windows.Media.Animation.AnimationTimeline
The timeline with the necessary functionality to tailor the new animation.
- handoffBehavior
-
Type:
System.Windows.Media.Animation.HandoffBehavior
The object specifying the manner in which to interact with all relevant animation sequences.
The animation sequence is triggered once the next frame is rendered.
.NET Framework
Available since 3.0
Available since 3.0
Show: