Visual3D.BeginAnimation Método

Definición

Inicia una secuencia de animación para el DependencyProperty objeto, en función de los valores especificados AnimationTimeline y HandoffBehavior.

Sobrecargas

Nombre Description
BeginAnimation(DependencyProperty, AnimationTimeline)

Inicia una secuencia de animación para el DependencyProperty objeto, en función del especificado AnimationTimeline.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia una secuencia de animación para el DependencyProperty objeto, en función de los valores especificados AnimationTimeline y HandoffBehavior.

BeginAnimation(DependencyProperty, AnimationTimeline)

Inicia una secuencia de animación para el DependencyProperty objeto, en función del especificado 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)

Parámetros

dp
DependencyProperty

Objeto DependencyProperty que se va a animar.

animation
AnimationTimeline

Escala de tiempo que tiene la funcionalidad necesaria para animar la propiedad.

Implementaciones

Comentarios

La secuencia de animación se desencadena cuando se representa el siguiente fotograma.

Se aplica a

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia una secuencia de animación para el DependencyProperty objeto, en función de los valores especificados AnimationTimeline y 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)

Parámetros

dp
DependencyProperty

Objeto DependencyProperty que se va a animar.

animation
AnimationTimeline

Escala de tiempo que tiene la funcionalidad necesaria para personalizar la nueva animación.

handoffBehavior
HandoffBehavior

Objeto que especifica cómo interactuar con todas las secuencias de animación pertinentes.

Implementaciones

Comentarios

La secuencia de animación se desencadena cuando se representa el siguiente fotograma.

Se aplica a