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