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

Syntax

[get: Android.Runtime.Register("getOutAnimation", "()Landroid/animation/ObjectAnimator;", "GetGetOutAnimationHandler")]
[set: Android.Runtime.Register("setOutAnimation", "(Landroid/animation/ObjectAnimator;)V", "GetSetOutAnimation_Landroid_animation_ObjectAnimator_Handler")]
public virtual Android.Animation.ObjectAnimator OutAnimation { get; set; }

See Also

AdapterViewAnimator.OutAnimation
AdapterViewAnimator.SetOutAnimation(Android.Content.Context, System.Int32)
AdapterViewAnimator.OutAnimation
AdapterViewAnimator.SetOutAnimation(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 exits the screen.

Set method documentation [Android Documentation]

Specifies the animation used to animate a View that exit 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