Class AutoRotateState

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll
API Level:
6

Class for system-event of auto rotate state

C#
Copy
public static class AutoRotateState
Inheritance
System.Object
AutoRotateState

Properties

View Source

EventName

Eventname for system-event of auto rotate state

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateKey

Key for system-event of auto rotate state

Declaration
C#
Copy
public static string StateKey { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateOff

Value of auto rotate state off

Declaration
C#
Copy
public static string StateOff { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateOn

Value of auto rotate state on

Declaration
C#
Copy
public static string StateOn { get; }
Property Value
Type Description
System.String
API Level: 6