Class AutoRotationSensorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 7
The AutoRotationSensorDataUpdatedEventArgs is used for storing the data returned by the auto-rotation sensor.
C#Copypublic class AutoRotationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
AutoRotationSensorDataUpdatedEventArgs
Properties
Declaration
C#Copypublic SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
API Level: 7
Declaration
C#Copypublic AutoRotationState Rotation { get; }
Property Value
Type | Description |
---|---|
AutoRotationState | The rotation state. |