IAnimatable.BeginAnimation Method (DependencyProperty, AnimationTimeline)
.NET Framework (current version)
Initiates an animation sequence for the DependencyProperty object, based on the specified AnimationTimeline.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- dp
-
Type:
System.Windows.DependencyProperty
The object to animate.
- animation
-
Type:
System.Windows.Media.Animation.AnimationTimeline
The timeline with the necessary functionality to animate the property.
The animation sequence is triggered once the next frame is rendered.
.NET Framework
Available since 3.0
Available since 3.0
Show: