ActiveReports Developer 7
BeginAnimation(DependencyProperty,AnimationTimeline) Method
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class > BeginAnimation Method : BeginAnimation(DependencyProperty,AnimationTimeline) Method

dp
animation

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub BeginAnimation( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal animation As System.Windows.Media.Animation.AnimationTimeline _
) 
C# 
public void BeginAnimation( 
   System.Windows.DependencyProperty dp,
   System.Windows.Media.Animation.AnimationTimeline animation
)

Parameters

dp
animation

See Also