IAnimatable.ApplyAnimationClock Méthode

Définition

Applique l’effet d’une AnimationClock propriété de dépendance donnée.

Surcharges

Nom Description
ApplyAnimationClock(DependencyProperty, AnimationClock)

Applique l’effet d’une AnimationClock propriété de dépendance donnée.

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

Applique l’effet d’une AnimationClock propriété de dépendance donnée. L’effet du nouveau AnimationClock sur toutes les animations actuelles est déterminé par la valeur du handoffBehavior paramètre.

ApplyAnimationClock(DependencyProperty, AnimationClock)

Applique l’effet d’une AnimationClock propriété de dépendance donnée.

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)

Paramètres

clock
AnimationClock

Qui AnimationClock anime la propriété.

Voir aussi

S’applique à

ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)

Applique l’effet d’une AnimationClock propriété de dépendance donnée. L’effet du nouveau AnimationClock sur toutes les animations actuelles est déterminé par la valeur du handoffBehavior paramètre.

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)

Paramètres

clock
AnimationClock

Qui AnimationClock anime la propriété.

handoffBehavior
HandoffBehavior

Détermine la façon dont la nouvelle AnimationClock va passer ou affecter les animations actuelles sur la propriété.

Voir aussi

S’applique à