IAnimatable.BeginAnimation 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.
Initialise une séquence d'animation pour cette instance.
Surcharges
BeginAnimation(DependencyProperty, AnimationTimeline) |
Initialise une séquence d’animation pour l’objet DependencyProperty, en fonction du AnimationTimeline spécifié. |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
Initialise une séquence d'animation pour l'objet DependencyProperty en fonction à la fois de la chronologie AnimationTimeline et du comportement HandoffBehavior spécifiés. |
Remarques
La séquence d’animation est déclenchée une fois que l’image suivante est rendue.
BeginAnimation(DependencyProperty, AnimationTimeline)
Initialise une séquence d’animation pour l’objet DependencyProperty, en fonction du AnimationTimeline spécifié.
public:
void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)
Paramètres
Objet à animer.
- animation
- AnimationTimeline
Chronologie avec la fonctionnalité nécessaire pour animer la propriété.
Remarques
La séquence d’animation est déclenchée une fois que l’image suivante est rendue.
S’applique à
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Initialise une séquence d'animation pour l'objet DependencyProperty en fonction à la fois de la chronologie AnimationTimeline et du comportement HandoffBehavior spécifiés.
public:
void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline, handoffBehavior As HandoffBehavior)
Paramètres
Objet à animer.
- animation
- AnimationTimeline
Chronologie disposant de la fonctionnalité nécessaire pour ajuster la nouvelle animation.
- handoffBehavior
- HandoffBehavior
Objet spécifiant les modalités d'interaction avec toutes les séquences d'animation pertinentes.
Remarques
La séquence d’animation est déclenchée une fois que l’image suivante est rendue.