Langue

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

Java documentation pour android.widget.ViewAnimator.getInAnimation().

Documentation du jeu de propriétés :

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

Java documentation pour android.widget.ViewAnimator.setInAnimation(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

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