'Declaration Public Overloads Sub BeginAnimation( _ ByVal dp As DependencyProperty, _ ByVal animation As AnimationTimeline _ )
public void BeginAnimation( DependencyProperty dp, AnimationTimeline animation )
Parameters
- dp
- The property to animate, which is specified as a dependency property identifier.
- animation
- The timeline of the animation to start.