Visual3D.BeginAnimation Metoda

Definicja

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

dp
DependencyProperty

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

dp
DependencyProperty

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.

Dotyczy