'Declaration
Public Overloads Sub ApplyAnimationClock( _ ByVal dp As System.Windows.DependencyProperty, _ ByVal clock As System.Windows.Media.Animation.AnimationClock _ )
'Usage
Dim instance As ColumnHeader Dim dp As System.Windows.DependencyProperty Dim clock As System.Windows.Media.Animation.AnimationClock instance.ApplyAnimationClock(dp, clock)
public void ApplyAnimationClock( System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock )
public procedure ApplyAnimationClock( dp: System.Windows.DependencyProperty; clock: System.Windows.Media.Animation.AnimationClock );
public function ApplyAnimationClock( dp : System.Windows.DependencyProperty, clock : System.Windows.Media.Animation.AnimationClock );
Parameters
- dp
- clock