Display.GetMode Method

Definition

Returns the active mode of the display.

[Android.Runtime.Register("getMode", "()Landroid/view/Display$Mode;", "GetGetModeHandler", ApiSince=23)]
public virtual Android.Views.Display.Mode? GetMode ();
[<Android.Runtime.Register("getMode", "()Landroid/view/Display$Mode;", "GetGetModeHandler", ApiSince=23)>]
abstract member GetMode : unit -> Android.Views.Display.Mode
override this.GetMode : unit -> Android.Views.Display.Mode

Returns

Attributes

Remarks

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

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