Window.SetType(WindowManagerTypes)
Window.SetType(WindowManagerTypes)
Method
Definition
Set the type of the window, as per the WindowManager.
[Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")]
public virtual void SetType (Android.Views.WindowManagerTypes type);
abstract member SetType : Android.Views.WindowManagerTypes -> unit
override this.SetType : Android.Views.WindowManagerTypes -> unit
Parameters
The new window type (see WindowManager.LayoutParams).
Remarks
Portions of this page are modifications based on work created and shared by the