GrapeCity ActiveReports for .NET 16.0J
BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior) メソッド

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス > BeginAnimation メソッド : BeginAnimation(DependencyProperty,AnimationTimeline,HandoffBehavior) メソッド
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.
シンタックス
'宣言
 
Public Overloads Sub BeginAnimation( _
   ByVal dp As DependencyProperty, _
   ByVal animation As AnimationTimeline, _
   ByVal handoffBehavior As HandoffBehavior _
) 

パラメータ

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.
参照

Viewer クラス
Viewer メンバ
オーバーロード一覧