The properties of Android.Views.Display are listed below. For a list of all members, see the Display Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | AppVsyncOffsetNanos | long. Gets the app VSYNC offset, in nanoseconds. |
[read-only] | DisplayId | int. Gets the display id. |
[read-only] | Flags | DisplayFlags. Returns a combination of flags that describe the capabilities of the display. |
[read-only] | Height | int. |
[read-only] | IsValid | bool. Returns true if this display is still valid, false if the display has been removed. |
[read-only] | Name | string. Gets the name of the display. |
[read-only] | Orientation | int. |
[read-only] | PixelFormat | Android.Graphics.Format. Gets the pixel format of the display. |
[read-only] | PresentationDeadlineNanos | long. This is how far in advance a buffer must be queued for presentation at a given time. |
[read-only] | RefreshRate | float. Gets the refresh rate of this display in frames per second. |
[read-only] | Rotation | SurfaceOrientation. Returns the rotation of the screen from its "natural" orientation. |
[read-only] | State | DisplayState. Gets the state of the display, such as whether it is on or off. |
[read-only] | Width | int. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |