Android.Views.Window.SetDefaultWindowFormat Method
Set the default format of window, as per the PixelFormat types.

Syntax

[Android.Runtime.Register("setDefaultWindowFormat", "(I)V", "GetSetDefaultWindowFormat_IHandler")]
protected virtual void SetDefaultWindowFormat (int format)

See Also

Window.SetFormat(Android.Graphics.Format)
Android.Graphics.PixelFormat

Parameters

format
The new window format (see PixelFormat).

Remarks

Set the default format of window, as per the PixelFormat types. This is the format that will be used unless the client specifies in explicit format with setFormat();

[Android Documentation]

Requirements

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