Visual3D.BeginAnimation Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicia uma sequência de animação para o DependencyProperty objeto, baseada tanto no especificado AnimationTimeline como HandoffBehaviorno .
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 objeto, baseada tanto no especificado AnimationTimeline como HandoffBehaviorno . |
BeginAnimation(DependencyProperty, AnimationTimeline)
Inicia uma sequência de animação para o DependencyProperty objeto, baseada no 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
O DependencyProperty objeto a animar.
- animation
- AnimationTimeline
A linha temporal que tem a funcionalidade necessária para animar a propriedade.
Implementações
Observações
A sequência de animação é ativada quando o fotograma seguinte é renderizado.
Aplica-se a
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Inicia uma sequência de animação para o DependencyProperty objeto, baseada tanto no especificado AnimationTimeline como HandoffBehaviorno .
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
O DependencyProperty objeto a animar.
- animation
- AnimationTimeline
A linha temporal 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
Observações
A sequência de animação é ativada quando o fotograma seguinte é renderizado.