ActiveReports 12
ApplyAnimationClock(DependencyProperty,AnimationClock) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > ApplyAnimationClock Method : ApplyAnimationClock(DependencyProperty,AnimationClock) Method
The identifier for the property to animate.
The animation clock that controls and declares the animation.
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation.
Syntax
'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.
See Also

Reference

Viewer Class
Viewer Members
Overload List