Class LinearAccelerationSensorDataUpdatedEventArgs

Definition

Namespace:
Tizen.Sensor
Assembly:
Tizen.Sensor.dll

The LinearAccelerationSensor changed event arguments class is used for storing the data returned by a linear acceleration sensor.

C#
Copy
public class LinearAccelerationSensorDataUpdatedEventArgs : EventArgs
Inheritance
object
System.EventArgs
LinearAccelerationSensorDataUpdatedEventArgs

Properties

View Source

X

Gets the X component of the linear acceleration.

Declaration
C#
Copy
public float X { get; }
Property Value
Type Description
float

X

View Source

Y

Gets the Y component of the linear acceleration.

Declaration
C#
Copy
public float Y { get; }
Property Value
Type Description
float

Y

View Source

Z

Gets the Z component of the linear acceleration.

Declaration
C#
Copy
public float Z { get; }
Property Value
Type Description
float

Z