IAnimatable.ApplyAnimationClock Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Applique l’effet d’un AnimationClock donné à une propriété de dépendance donnée.
Surcharges
ApplyAnimationClock(DependencyProperty, AnimationClock) |
Applique l’effet d’un AnimationClock donné à une propriété de dépendance donnée. |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
Applique l’effet d’un AnimationClock donné à une propriété de dépendance donnée. L'impact d'une nouvelle horloge AnimationClock sur les animations en cours est déterminé par la valeur du paramètre |
ApplyAnimationClock(DependencyProperty, AnimationClock)
Applique l’effet d’un AnimationClock donné à une 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
DependencyProperty à animer.
- clock
- AnimationClock
AnimationClock qui anime la propriété.
Voir aussi
S’applique à
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Applique l’effet d’un AnimationClock donné à une propriété de dépendance donnée. L'impact d'une nouvelle horloge AnimationClock sur les animations en cours est déterminé par la valeur du paramètre handoffBehavior
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
DependencyProperty à animer.
- clock
- AnimationClock
AnimationClock qui anime la propriété.
- handoffBehavior
- HandoffBehavior
Détermine la manière dont la nouvelle horloge AnimationClock effectuera la transition entre les animations en cours de la propriété ou affectera ces mêmes animations.