シンタックス
'宣言
Public Overloads Sub ApplyAnimationClock( _
ByVal As System.Windows.DependencyProperty, _
ByVal As System.Windows.Media.Animation.AnimationClock, _
ByVal handoffBehavior As System.Windows.Media.Animation.HandoffBehavior _
)
'使用法
Dim instance As C1FlexViewerPane
Dim dp As System.Windows.DependencyProperty
Dim clock As System.Windows.Media.Animation.AnimationClock
Dim handoffBehavior As System.Windows.Media.Animation.HandoffBehavior
instance.ApplyAnimationClock(dp, clock, handoffBehavior)
public void ApplyAnimationClock(
System.Windows.DependencyProperty ,
System.Windows.Media.Animation.AnimationClock ,
System.Windows.Media.Animation.HandoffBehavior handoffBehavior
)
パラメータ
- dp
- clock
- handoffBehavior
参照