AccelerometerReading.AccelerationZ 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 z-axis.
public:
property double AccelerationZ { double get(); };
double AccelerationZ();
public double AccelerationZ { get; }
var double = accelerometerReading.accelerationZ;
Public ReadOnly Property AccelerationZ As Double
Property Value
Double
double
The g-force acceleration along the z-axis.