Visual3D.BeginAnimation Método

Definición

Inicia una secuencia de animación para el objeto DependencyProperty, basándose en los dos objetos AnimationTimeline y HandoffBehavior especificados.

Sobrecargas

BeginAnimation(DependencyProperty, AnimationTimeline)

Inicia una secuencia de animación para el objeto DependencyProperty, en función de la clase AnimationTimeline especificada.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia una secuencia de animación para el objeto DependencyProperty, basándose en los dos objetos AnimationTimeline y HandoffBehavior especificados.

BeginAnimation(DependencyProperty, AnimationTimeline)

Inicia una secuencia de animación para el objeto DependencyProperty, en función de la clase AnimationTimeline especificada.

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 objeto DependencyProperty, basándose en los dos objetos AnimationTimeline y HandoffBehavior especificados.

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