Android.Widget.ViewAnimator.SetInAnimation Method
Specifies the animation used to animate a View that enters the screen.

Syntax

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

See Also

ViewAnimator.InAnimation
ViewAnimator.InAnimation

Parameters

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

Remarks

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