AccelerometerReading.AccelerationY 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 y-axis.
public:
property double AccelerationY { double get(); };
double AccelerationY();
public double AccelerationY { get; }
var double = accelerometerReading.accelerationY;
Public ReadOnly Property AccelerationY As Double
Property Value
Double
double
The y-axis acceleration in g's.