Visual3D.BeginAnimation Methode

Definition

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

Ü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 Objekt, basierend auf dem DependencyProperty angegebenen AnimationTimeline und HandoffBehavior.

BeginAnimation(DependencyProperty, AnimationTimeline)

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

public:
 virtual 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
override this.BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)

Parameter

dp
DependencyProperty

Das DependencyProperty zu animierende Objekt.

animation
AnimationTimeline

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

Implementiert

Hinweise

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

Gilt für:

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

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

public:
 virtual 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
override this.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 DependencyProperty zu animierende Objekt.

animation
AnimationTimeline

Die Zeitachse mit den erforderlichen Funktionen zum Anpassen der neuen Animation.

handoffBehavior
HandoffBehavior

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

Implementiert

Hinweise

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

Gilt für: