Partager via


LayoutAnimationController.Animation Propriété

Définition

Retourne l’animation appliquée à chaque enfant du groupe d’affichage sur lequel ce contrôleur est défini. -ou- Définit l’animation à exécuter sur chaque enfant du groupe d’affichage sur lequel se trouve ce contrôleur d’animation de disposition.

public virtual Android.Views.Animations.Animation? Animation { [Android.Runtime.Register("getAnimation", "()Landroid/view/animation/Animation;", "GetGetAnimationHandler")] get; [Android.Runtime.Register("setAnimation", "(Landroid/view/animation/Animation;)V", "GetSetAnimation_Landroid_view_animation_Animation_Handler")] set; }
[<get: Android.Runtime.Register("getAnimation", "()Landroid/view/animation/Animation;", "GetGetAnimationHandler")>]
[<set: Android.Runtime.Register("setAnimation", "(Landroid/view/animation/Animation;)V", "GetSetAnimation_Landroid_view_animation_Animation_Handler")>]
member this.Animation : Android.Views.Animations.Animation with get, set

Valeur de propriété

une android.view.animation.Animation instance

Attributs

Remarques

Documentation getter de propriété :

Retourne l’animation appliquée à chaque enfant du groupe d’affichage sur lequel ce contrôleur est défini.

Documentation Java pour android.view.animation.LayoutAnimationController.getAnimation().

Documentation du jeu de propriétés :

Définit l’animation à exécuter sur chaque enfant du groupe d’affichage sur lequel se trouve ce contrôleur d’animation de disposition.

Documentation Java pour android.view.animation.LayoutAnimationController.setAnimation(android.view.animation.Animation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

Voir aussi

  • <xref:Android.Views.Animations.LayoutAnimationController.SetAnimation(Android.Content.Context%2c+System.Int32)>
  • Animation