ActiveReports 13
BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > BeginAnimation Method : BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior) Method
The property to animate, which is specified as the dependency property identifier.
The timeline of the animation to be applied.
A value of the enumeration that specifies how the new animation interacts with any current (running) animations that are already affecting the property value.
Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
Syntax
'Declaration
 
Public Overloads Sub BeginAnimation( _
   ByVal dp As DependencyProperty, _
   ByVal animation As AnimationTimeline, _
   ByVal handoffBehavior As HandoffBehavior _
) 
public void BeginAnimation( 
   DependencyProperty dp,
   AnimationTimeline animation,
   HandoffBehavior handoffBehavior
)

Parameters

dp
The property to animate, which is specified as the dependency property identifier.
animation
The timeline of the animation to be applied.
handoffBehavior
A value of the enumeration that specifies how the new animation interacts with any current (running) animations that are already affecting the property value.
See Also

Reference

Viewer Class
Viewer Members
Overload List