Syntax
'Declaration
Public Overloads Sub BeginAnimation( _
ByVal As System.Windows.DependencyProperty, _
ByVal As System.Windows.Media.Animation.AnimationTimeline _
)
public void BeginAnimation(
System.Windows.DependencyProperty ,
System.Windows.Media.Animation.AnimationTimeline
)
Parameters
- dp
- animation
See Also