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

Syntax

[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")]
public virtual Android.Views.Animations.Animation InAnimation { get; set; }

See Also

ViewAnimator.InAnimation
ViewAnimator.SetInAnimation(Android.Content.Context, System.Int32)
ViewAnimator.InAnimation
ViewAnimator.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 1