Visual3D.ApplyAnimationClock Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wendet die Auswirkung einer bestimmten AnimationClock Abhängigkeitseigenschaft an.
Überlädt
| Name | Beschreibung |
|---|---|
| ApplyAnimationClock(DependencyProperty, AnimationClock) |
Wendet die Auswirkung einer bestimmten AnimationClock Abhängigkeitseigenschaft an. |
| ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
Wendet die Auswirkung einer bestimmten AnimationClock Abhängigkeitseigenschaft an. Der Effekt des neuen AnimationClock auf alle aktuellen Animationen wird durch den Wert des |
ApplyAnimationClock(DependencyProperty, AnimationClock)
Wendet die Auswirkung einer bestimmten AnimationClock Abhängigkeitseigenschaft an.
public:
virtual 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
override this.ApplyAnimationClock : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationClock -> unit
Public Sub ApplyAnimationClock (dp As DependencyProperty, clock As AnimationClock)
Parameter
Der DependencyProperty zu animierende Text.
- clock
- AnimationClock
Das AnimationClock animiert die Eigenschaft.
Implementiert
Gilt für:
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Wendet die Auswirkung einer bestimmten AnimationClock Abhängigkeitseigenschaft an. Der Effekt des neuen AnimationClock auf alle aktuellen Animationen wird durch den Wert des handoffBehavior Parameters bestimmt.
public:
virtual 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
override this.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)
Parameter
Der DependencyProperty zu animierende Text.
- clock
- AnimationClock
Das AnimationClock animiert die Eigenschaft.
- handoffBehavior
- HandoffBehavior
Das Objekt, das angibt, wie mit allen relevanten Animationssequenzen interagiert werden soll.