Partager via


ViewAnimator.OutAnimation Propriété

Définition

Retourne l’animation actuelle utilisée pour animer une vue qui quitte l’écran. -ou- Spécifie l’animation utilisée pour animer un affichage qui quitte l’écran.

public virtual Android.Views.Animations.Animation? OutAnimation { [Android.Runtime.Register("getOutAnimation", "()Landroid/view/animation/Animation;", "GetGetOutAnimationHandler")] get; [Android.Runtime.Register("setOutAnimation", "(Landroid/view/animation/Animation;)V", "GetSetOutAnimation_Landroid_view_animation_Animation_Handler")] set; }
[<get: Android.Runtime.Register("getOutAnimation", "()Landroid/view/animation/Animation;", "GetGetOutAnimationHandler")>]
[<set: Android.Runtime.Register("setOutAnimation", "(Landroid/view/animation/Animation;)V", "GetSetOutAnimation_Landroid_view_animation_Animation_Handler")>]
member this.OutAnimation : Android.Views.Animations.Animation with get, set

Valeur de propriété

Animation ou null si aucune valeur n’est définie.

Attributs

Remarques

Documentation getter de propriété :

Retourne l’animation actuelle utilisée pour animer une vue qui quitte l’écran.

Documentation Java pour android.widget.ViewAnimator.getOutAnimation().

Documentation du jeu de propriétés :

Spécifie l’animation utilisée pour animer une vue qui quitte l’écran.

Documentation Java pour android.widget.ViewAnimator.setOutAnimation(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

  • OutAnimation
  • <xref:Android.Widget.ViewAnimator.SetOutAnimation(Android.Content.Context%2c+System.Int32)>