IAnimatable.BeginAnimation Método

Definição

Inicia uma sequência de animação neste caso.

Sobrecargas

Name Description
BeginAnimation(DependencyProperty, AnimationTimeline)

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

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia uma sequência de animação para o DependencyProperty.object, baseada tanto no especificado AnimationTimeline como HandoffBehaviorno .

Observações

A sequência de animação é ativada assim que o próximo frame é renderizado.

BeginAnimation(DependencyProperty, AnimationTimeline)

Inicia uma sequência de animação para o DependencyProperty objeto, baseada no 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 animar.

animation
AnimationTimeline

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

Observações

A sequência de animação é ativada assim que o próximo frame é renderizado.

Aplica-se a

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

Inicia uma sequência de animação para o DependencyProperty.object, baseada tanto no especificado AnimationTimeline como HandoffBehaviorno .

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 animar.

animation
AnimationTimeline

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

handoffBehavior
HandoffBehavior

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

Observações

A sequência de animação é ativada assim que o próximo frame é renderizado.

Aplica-se a