IAnimatable.BeginAnimation Methode

Definition

Initiiert eine Animationssequenz für diese Instanz.

Überlädt

Name Beschreibung
BeginAnimation(DependencyProperty, AnimationTimeline)

Initiiert eine Animationssequenz für das DependencyProperty Objekt, basierend auf dem angegebenen AnimationTimeline.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Initiiert eine Animationssequenz für das DependencyProperty.object, basierend auf dem angegebenen AnimationTimeline und HandoffBehavior.

Hinweise

Die Animationssequenz wird ausgelöst, sobald der nächste Frame gerendert wird.

BeginAnimation(DependencyProperty, AnimationTimeline)

Initiiert eine Animationssequenz für das DependencyProperty Objekt, basierend auf dem angegebenen AnimationTimeline.

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)

Parameter

dp
DependencyProperty

Das zu animierende Objekt.

animation
AnimationTimeline

Die Zeitachse mit der erforderlichen Funktionalität zum Animieren der Eigenschaft.

Hinweise

Die Animationssequenz wird ausgelöst, sobald der nächste Frame gerendert wird.

Gilt für:

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Initiiert eine Animationssequenz für das DependencyProperty.object, basierend auf dem angegebenen AnimationTimeline und HandoffBehavior.

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)

Parameter

dp
DependencyProperty

Das zu animierende Objekt.

animation
AnimationTimeline

Die Zeitachse mit der erforderlichen Funktionalität, um die neue Animation anzupassen.

handoffBehavior
HandoffBehavior

Das Objekt, das angibt, wie mit allen relevanten Animationssequenzen interagiert werden soll.

Hinweise

Die Animationssequenz wird ausgelöst, sobald der nächste Frame gerendert wird.

Gilt für: