'Declaration Public Overloads Sub ApplyAnimationClock( _ ByVal dp As DependencyProperty, _ ByVal clock As AnimationClock _ )
public void ApplyAnimationClock( DependencyProperty dp, AnimationClock clock )
Parameters
- dp
- The identifier for the property to animate.
- clock
- The animation clock that controls and declares the animation.