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’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 |
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
À DependencyProperty animer.
- 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
À DependencyProperty animer.
- 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é.