Visual3D.BeginAnimation Methode

Definition

Initiiert eine Animationssequenz für das DependencyProperty-Objekt auf der Grundlage der angegebenen AnimationTimeline und des angegebenen HandoffBehavior.

Überlädt

BeginAnimation(DependencyProperty, AnimationTimeline)

Löst eine Animationssequenz für das DependencyProperty-Objekt auf Grundlage der angegebenen AnimationTimeline aus.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Initiiert eine Animationssequenz für das DependencyProperty-Objekt auf der Grundlage der angegebenen AnimationTimeline und des angegebenen HandoffBehavior.

BeginAnimation(DependencyProperty, AnimationTimeline)

Löst eine Animationssequenz für das DependencyProperty-Objekt auf Grundlage der angegebenen AnimationTimeline aus.

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 zu animierende DependencyProperty-Objekt.

animation
AnimationTimeline

Die Zeitachse, die über die zum Animieren der Eigenschaft erforderliche Funktionalität verfügt.

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 DependencyProperty-Objekt auf der Grundlage der angegebenen AnimationTimeline und des angegebenen 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 zu animierende DependencyProperty-Objekt.

animation
AnimationTimeline

Die Zeitachse, die über die zum Anpassen der neuen Animation erforderliche Funktionalität verfügt.

handoffBehavior
HandoffBehavior

Das Objekt, das angibt, wie mit sämtlichen relevanten Animationssequenzen interagiert wird.

Implementiert

Hinweise

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

Gilt für: