Class OrientationSensorDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The OrientationSensor changed event arguments class is used for storing the data returned by a orientation sensor.
public class OrientationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceAzimuth
Gets the azimuth component of the orientation.
Declaration
public float Azimuth { get; }
Property Value
Type | Description |
---|---|
Single | Azimuth |
API Level: 3
View SourcePitch
Gets the pitch component of the orientation.
Declaration
public float Pitch { get; }
Property Value
Type | Description |
---|---|
Single | Pitch |
API Level: 3
View SourceRoll
Gets the roll component of the orientation.
Declaration
public float Roll { get; }
Property Value
Type | Description |
---|---|
Single | Roll |