Syntax
'Declaration
Public Overloads Sub ApplyAnimationClock( _
ByVal As System.Windows.DependencyProperty, _
ByVal As System.Windows.Media.Animation.AnimationClock, _
ByVal handoffBehavior As System.Windows.Media.Animation.HandoffBehavior _
)
'Usage
Dim instance As XYDataSeries
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
)
Parameters
- dp
- clock
- handoffBehavior
See Also