View.StartAnimation(Animation) Método

Definición

Inicie la animación especificada ahora.

[Android.Runtime.Register("startAnimation", "(Landroid/view/animation/Animation;)V", "GetStartAnimation_Landroid_view_animation_Animation_Handler")]
public virtual void StartAnimation(Android.Views.Animations.Animation? animation);
[<Android.Runtime.Register("startAnimation", "(Landroid/view/animation/Animation;)V", "GetStartAnimation_Landroid_view_animation_Animation_Handler")>]
abstract member StartAnimation : Android.Views.Animations.Animation -> unit
override this.StartAnimation : Android.Views.Animations.Animation -> unit

Parámetros

animation
Animation

la animación que se va a iniciar ahora

Atributos

Comentarios

Inicie la animación especificada ahora.

Java documentación para android.view.View.startAnimation(android.view.animation.Animation).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a