AccelerometerReading.AccelerationX Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the g-force acceleration along the x-axis.
public:
property double AccelerationX { double get(); };
double AccelerationX();
public double AccelerationX { get; }
var double = accelerometerReading.accelerationX;
Public ReadOnly Property AccelerationX As Double
Property Value
Double
double
The x-axis acceleration in g's.