Summary
This read-only property indicates the amount of acceleration that occurred along the Y axis in a DeviceAcceleration
object.
Syntax
var yAccel = deviceAcceleration.y;
Return value
y
- A
double
indicating the amount of acceleration along the Y axis. See Accelerometer values explained for details.