Lingua

Visual3D.BeginAnimation Metodo

Definizione

Avvia una sequenza di animazione per l'oggetto DependencyProperty , in base sia all'oggetto specificato AnimationTimeline che HandoffBehaviora .

Overload

Nome Descrizione
BeginAnimation(DependencyProperty, AnimationTimeline)

Avvia una sequenza di animazione per l'oggetto DependencyProperty , in base all'oggetto specificato AnimationTimeline.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Avvia una sequenza di animazione per l'oggetto DependencyProperty , in base sia all'oggetto specificato AnimationTimeline che HandoffBehaviora .

BeginAnimation(DependencyProperty, AnimationTimeline)

Avvia una sequenza di animazione per l'oggetto DependencyProperty , in base all'oggetto specificato 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)

Parametri

dp
DependencyProperty

Oggetto DependencyProperty da animare.

animation
AnimationTimeline

Sequenza temporale con la funzionalità necessaria per animare la proprietà.

Implementazioni

Commenti

La sequenza di animazione viene attivata quando viene eseguito il rendering del fotogramma successivo.

Si applica a

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Avvia una sequenza di animazione per l'oggetto DependencyProperty , in base sia all'oggetto specificato AnimationTimeline che HandoffBehaviora .

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)

Parametri

dp
DependencyProperty

Oggetto DependencyProperty da animare.

animation
AnimationTimeline

Sequenza temporale con le funzionalità necessarie per personalizzare la nuova animazione.

handoffBehavior
HandoffBehavior

Oggetto che specifica come interagire con tutte le sequenze di animazione pertinenti.

Implementazioni

Commenti

La sequenza di animazione viene attivata quando viene eseguito il rendering del fotogramma successivo.

Si applica a