ViewAnimator.InAnimation Property

Definition

Returns the current animation used to animate a View that enters the screen. -or- Specifies the animation used to animate a View that enters the screen.

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

Property Value

An Animation or null if none is set.

Attributes

Remarks

Property getter documentation:

Returns the current animation used to animate a View that enters the screen.

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

Property setter documentation:

Specifies the animation used to animate a View that enters the screen.

Java documentation for android.widget.ViewAnimator.setInAnimation(android.view.animation.Animation).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

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