Class GravitySensorDataUpdatedEventArgs
Definition
- Assembly:
- Tizen.Sensor.dll
The GravitySensor changed event arguments class is used for storing the data returned by a gravity sensor.
C#
Copy
public class GravitySensorDataUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args GravitySensor Data Updated Event Args
Properties
Declaration
C#
Copy
public float X { get; }
Property Value
Type | Description |
---|---|
float | X |
Declaration
C#
Copy
public float Y { get; }
Property Value
Type | Description |
---|---|
float | Y |
Declaration
C#
Copy
public float Z { get; }
Property Value
Type | Description |
---|---|
float | Z |