WindowManagerLayoutParams.Format Property

Definition

The desired bitmap format.

[Android.Runtime.Register("format")]
public Android.Graphics.Format Format { get; set; }
[<Android.Runtime.Register("format")>]
member this.Format : Android.Graphics.Format with get, set

Property Value

Attributes

Remarks

The desired bitmap format. May be one of the constants in android.graphics.PixelFormat. The choice of format might be overridden by #setColorMode(int). Default is OPAQUE.

Java documentation for android.view.WindowManager.LayoutParams.format.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to