ActiveReports 12
BeginAnimation(DependencyProperty,AnimationTimeline) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > BeginAnimation Method : BeginAnimation(DependencyProperty,AnimationTimeline) Method
The property to animate, which is specified as a dependency property identifier.
The timeline of the animation to start.
Starts an animation for a specified animated property on this element.
Syntax
'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.
See Also

Reference

Viewer Class
Viewer Members
Overload List