Android.Views.Window.SetWindowAnimations Method
Specify custom animations to use for the window, as per WindowManagerLayoutParams.WindowAnimations.

Syntax

[Android.Runtime.Register("setWindowAnimations", "(I)V", "GetSetWindowAnimations_IHandler")]
public virtual void SetWindowAnimations (int resId)

Parameters

resId
Documentation for this section has not yet been entered.

Remarks

Specify custom animations to use for the window, as per WindowManagerLayoutParams.WindowAnimations. Providing anything besides 0 here will override the animations the window would normally retrieve from its theme.

[Android Documentation]

Requirements

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