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

Syntax

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

See Also

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