Enum DisplayState

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
3

Enumeration for the available display states. An application cannot put the device into the power off state or the suspend state.

C#
Copy
public enum DisplayState : int
Remarks

Dim may be ignored if the DIM state is disabled on the platform.

Name Description
Dim

Screen dim state.

Normal

Normal state.

Off

Screen off state.

Extension Methods