Visual3D.BeginAnimation Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje sekwencję animacji dla DependencyProperty obiektu na podstawie określonego i AnimationTimelineHandoffBehavior.
Przeciążenia
BeginAnimation(DependencyProperty, AnimationTimeline) |
Inicjuje sekwencję animacji dla DependencyProperty obiektu na podstawie określonego AnimationTimelineobiektu . |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
Inicjuje sekwencję animacji dla DependencyProperty obiektu na podstawie określonego i AnimationTimelineHandoffBehavior. |
BeginAnimation(DependencyProperty, AnimationTimeline)
Inicjuje sekwencję animacji dla DependencyProperty obiektu na podstawie określonego AnimationTimelineobiektu .
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)
Parametry
DependencyProperty Obiekt do animowania.
- animation
- AnimationTimeline
Oś czasu, która ma niezbędną funkcjonalność do animowania właściwości.
Implementuje
Uwagi
Sekwencja animacji jest wyzwalana po renderowaniu następnej ramki.
Dotyczy
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Inicjuje sekwencję animacji dla DependencyProperty obiektu na podstawie określonego i AnimationTimelineHandoffBehavior.
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)
Parametry
DependencyProperty Obiekt do animowania.
- animation
- AnimationTimeline
Oś czasu, która ma niezbędne funkcje dostosowywania nowej animacji.
- handoffBehavior
- HandoffBehavior
Obiekt określający sposób interakcji ze wszystkimi odpowiednimi sekwencjami animacji.
Implementuje
Uwagi
Sekwencja animacji jest wyzwalana po renderowaniu następnej ramki.