IAnimatable.ApplyAnimationClock Methode

Definitie

Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast.

Overloads

Name Description
ApplyAnimationClock(DependencyProperty, AnimationClock)

Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast.

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast. Het effect van de nieuwe AnimationClock op de huidige animaties wordt bepaald door de waarde van de handoffBehavior parameter.

ApplyAnimationClock(DependencyProperty, AnimationClock)

Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast.

public:
 void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock);
public void ApplyAnimationClock(System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock)

Parameters

clock
AnimationClock

De AnimationClock eigenschap wordt bezield.

Zie ook

Van toepassing op

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

Hiermee wordt het effect van een gegeven AnimationClock op een bepaalde afhankelijkheidseigenschap toegepast. Het effect van de nieuwe AnimationClock op de huidige animaties wordt bepaald door de waarde van de handoffBehavior parameter.

public:
 void ApplyAnimationClock(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationClock ^ clock, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void ApplyAnimationClock(System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationClock clock, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock, handoffBehavior As HandoffBehavior)

Parameters

clock
AnimationClock

De AnimationClock eigenschap wordt bezield.

handoffBehavior
HandoffBehavior

Bepaalt hoe de nieuwe AnimationClock overgang van de huidige animaties op de eigenschap verandert of beïnvloedt.

Zie ook

Van toepassing op