Class AutoRotationSensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The AutoRotationSensor changed event arguments class is used for storing the data returned by the auto rotation sensor.
public class AutoRotationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAutoRotationSensorDataUpdatedEventArgs
Properties
View SourceAccuracy
Gets the accuracy of the auto rotation data.
Declaration
public SensorDataAccuracy Accuracy { get; }
Property Value
Type | Description |
---|---|
SensorDataAccuracy | Accuracy |
Rotation
Gets the value of the rotation state.
Declaration
public AutoRotationState Rotation { get; }
Property Value
Type | Description |
---|---|
AutoRotationState | The rotation state. |