IAnimatable.BeginAnimation Método

Definição

Inicia uma sequência de animação para essa instância.

Sobrecargas

Nome Description
BeginAnimation(DependencyProperty, AnimationTimeline)

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

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia uma sequência de animação para o DependencyPropertyobjeto ., com base no especificado AnimationTimeline e HandoffBehavior.

Comentários

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

BeginAnimation(DependencyProperty, AnimationTimeline)

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

public:
 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
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)

Parâmetros

dp
DependencyProperty

O objeto a ser animado.

animation
AnimationTimeline

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

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 DependencyPropertyobjeto ., com base no especificado AnimationTimeline e HandoffBehavior.

public:
 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
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline, handoffBehavior As HandoffBehavior)

Parâmetros

dp
DependencyProperty

O objeto a ser animado.

animation
AnimationTimeline

A linha do tempo com a funcionalidade necessária para adaptar a nova animação.

handoffBehavior
HandoffBehavior

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

Comentários

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

Aplica-se a