Class AutoRotateState
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of auto rotate state
public static class AutoRotateState
- Inheritance
-
objectAutoRotateState
Properties
View SourceEventName
Eventname for system-event of auto rotate state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
StateKey
Key for system-event of auto rotate state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
string |
StateOff
Value of auto rotate state off
Declaration
public static string StateOff { get; }
Property Value
Type | Description |
---|---|
string |
StateOn
Value of auto rotate state on
Declaration
public static string StateOn { get; }
Property Value
Type | Description |
---|---|
string |