Display.Flags Property

Definition

Returns a combination of flags that describe the capabilities of the display.

public virtual Android.Views.DisplayFlags Flags { [Android.Runtime.Register("getFlags", "()I", "GetGetFlagsHandler")] get; }
[<get: Android.Runtime.Register("getFlags", "()I", "GetGetFlagsHandler")>]
member this.Flags : Android.Views.DisplayFlags

Property Value

The display flags.

Attributes

Remarks

Returns a combination of flags that describe the capabilities of the display.

Java documentation for android.view.Display.getFlags().

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

See also