Visual3D.BeginAnimation Método

Definição

Inicia uma sequência de animação para o objeto DependencyProperty com base no AnimationTimeline e no HandoffBehavior especificados.

Sobrecargas

BeginAnimation(DependencyProperty, AnimationTimeline)

Inicia uma sequência de animação para o objeto DependencyProperty com base no AnimationTimeline especificado.

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia uma sequência de animação para o objeto DependencyProperty com base no AnimationTimeline e no HandoffBehavior especificados.

BeginAnimation(DependencyProperty, AnimationTimeline)

Inicia uma sequência de animação para o objeto DependencyProperty com base no AnimationTimeline especificado.

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

O objeto DependencyProperty a ser animado.

animation
AnimationTimeline

A linha do tempo que tem a funcionalidade necessária para animar a propriedade.

Implementações

Comentários

A sequência de animação é disparada quando o próximo quadro é renderizado.

Aplica-se a

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia uma sequência de animação para o objeto DependencyProperty com base no AnimationTimeline e no 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

O objeto DependencyProperty a ser animado.

animation
AnimationTimeline

A linha de tempo que tem a funcionalidade necessária para personalizar a nova animação.

handoffBehavior
HandoffBehavior

O objeto que especifica como interagir com todas as sequências de animação relevantes.

Implementações

Comentários

A sequência de animação é disparada quando o próximo quadro é renderizado.

Aplica-se a