Langue

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.

Java documentation 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.

Java documentation 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 Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

Voir aussi

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