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.
public class AutoRotationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceAccuracy
Gets the accuracy of the auto-rotation data.
Declaration
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
API Level: 7
View SourceRotation
Gets the value of the rotation state.
Declaration
public AutoRotationState Rotation { get; }
Property Value
Type | Description |
---|---|
AutoRotationState | The rotation state. |