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#
Copy
public class OrientationSensorDataUpdatedEventArgs : EventArgs
Inheritance
System.Object
OrientationSensorDataUpdatedEventArgs

Properties

View Source

Azimuth

Gets the azimuth component of the orientation.

Declaration
C#
Copy
public float Azimuth { get; }
Property Value
Type Description
System.Single

Azimuth

API Level: 3
View Source

Pitch

Gets the pitch component of the orientation.

Declaration
C#
Copy
public float Pitch { get; }
Property Value
Type Description
System.Single

Pitch

API Level: 3
View Source

Roll

Gets the roll component of the orientation.

Declaration
C#
Copy
public float Roll { get; }
Property Value
Type Description
System.Single

Roll

API Level: 3