Android.Widget.AdapterViewAnimator.InAnimation Property
Returns the current animation used to animate a View that enters the screen.

Syntax

[get: Android.Runtime.Register("getInAnimation", "()Landroid/animation/ObjectAnimator;", "GetGetInAnimationHandler")]
[set: Android.Runtime.Register("setInAnimation", "(Landroid/animation/ObjectAnimator;)V", "GetSetInAnimation_Landroid_animation_ObjectAnimator_Handler")]
public virtual Android.Animation.ObjectAnimator InAnimation { get; set; }

See Also

AdapterViewAnimator.InAnimation
AdapterViewAnimator.SetInAnimation(Android.Content.Context, System.Int32)
AdapterViewAnimator.InAnimation
AdapterViewAnimator.SetInAnimation(Android.Content.Context, System.Int32)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

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

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11