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.
C#Copypublic class OrientationSensorDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic float Azimuth { get; }
Property Value
Type | Description |
---|---|
Single | Azimuth |
API Level: 3
Declaration
C#Copypublic float Pitch { get; }
Property Value
Type | Description |
---|---|
Single | Pitch |
API Level: 3
Declaration
C#Copypublic float Roll { get; }
Property Value
Type | Description |
---|---|
Single | Roll |