DisplayState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies display power states.
public enum DisplayState
type DisplayState =
- Inheritance
-
DisplayState
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Identifies an unknown display power state. |
| Off | 1 | Identifies a display that is powered off. |
| On | 2 | Identifies a display that is powered on. |
| Doze | 3 | Identifies the low-power display doze state. |
| Dozing | 3 | Identifies the transition into the display doze state. |
| DozeSuspend | 4 | Identifies the suspended low-power display doze state. |
| Vr | 5 | Identifies the display state used for virtual reality. |
| OnSuspend | 6 | Identifies a display that is on while the system is suspended. |
Remarks
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.