Partager via


AdapterViewAnimator.InAnimation Propriété

Définition

Retourne l’animation actuelle utilisée pour animer un affichage qui entre dans l’écran. -ou- Spécifie l’animation utilisée pour animer un affichage qui entre dans l’écran.

public virtual Android.Animation.ObjectAnimator? InAnimation { [Android.Runtime.Register("getInAnimation", "()Landroid/animation/ObjectAnimator;", "GetGetInAnimationHandler")] get; [Android.Runtime.Register("setInAnimation", "(Landroid/animation/ObjectAnimator;)V", "GetSetInAnimation_Landroid_animation_ObjectAnimator_Handler")] set; }
[<get: Android.Runtime.Register("getInAnimation", "()Landroid/animation/ObjectAnimator;", "GetGetInAnimationHandler")>]
[<set: Android.Runtime.Register("setInAnimation", "(Landroid/animation/ObjectAnimator;)V", "GetSetInAnimation_Landroid_animation_ObjectAnimator_Handler")>]
member this.InAnimation : Android.Animation.ObjectAnimator 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 un affichage qui entre dans l’écran.

Documentation Java pour android.widget.AdapterViewAnimator.getInAnimation().

Documentation du jeu de propriétés :

Spécifie l’animation utilisée pour animer un affichage qui entre dans l’écran.

Documentation Java pour android.widget.AdapterViewAnimator.setInAnimation(android.animation.ObjectAnimator).

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

  • InAnimation
  • <xref:Android.Widget.AdapterViewAnimator.SetInAnimation(Android.Content.Context%2c+System.Int32)>