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

GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス > ApplyAnimationClock メソッド : ApplyAnimationClock(DependencyProperty,AnimationClock,HandoffBehavior) メソッド
The property to animate.
The animation clock that controls and declares the animation.
A value of the enumeration. The default is System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace, which will stop any existing animation and replace with the new one.
Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
シンタックス
'宣言
 
Public Overloads Sub ApplyAnimationClock( _
   ByVal dp As DependencyProperty, _
   ByVal clock As AnimationClock, _
   ByVal handoffBehavior As HandoffBehavior _
) 

パラメータ

dp
The property to animate.
clock
The animation clock that controls and declares the animation.
handoffBehavior
A value of the enumeration. The default is System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace, which will stop any existing animation and replace with the new one.
参照

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