Class AccelerometerDataUpdatedEventArgs
Definition
- Namespace:
- Tizen.Sensor
- Assembly:
- Tizen.Sensor.dll
- API Level:
- 3
The Accelerometer changed event arguments class is used for storing the data returned by a accelerometer.
public class AccelerometerDataUpdatedEventArgs : EventArgs
- Inheritance
Properties
View SourceX
Gets the X component of the acceleration.
Declaration
public float X { get; }
Property Value
Type | Description |
---|---|
Single | X |
API Level: 3
View SourceY
Gets the Y component of the acceleration.
Declaration
public float Y { get; }
Property Value
Type | Description |
---|---|
Single | Y |
API Level: 3
View SourceZ
Gets the Z component of the acceleration.
Declaration
public float Z { get; }
Property Value
Type | Description |
---|---|
Single | Z |