Android.Widget.ViewAnimator.SetOutAnimation Method
Specifies the animation used to animate a View that exit the screen.

Syntax

[Android.Runtime.Register("setOutAnimation", "(Landroid/content/Context;I)V", "GetSetOutAnimation_Landroid_content_Context_IHandler")]
public virtual void SetOutAnimation (Android.Content.Context context, int resourceID)

See Also

ViewAnimator.OutAnimation
ViewAnimator.OutAnimation

Parameters

context
The application's environment.
resourceID
The resource id of the animation.

Remarks

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

[Android Documentation]

Requirements

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