Share via


AccelerometerDataThreshold.ZAxisInGForce Property

Definition

Gets or sets the minimum amount of acceleration increase or decrease along the z-axis required to reach the threshold, measured in in g-force.

public:
 property double ZAxisInGForce { double get(); void set(double value); };
double ZAxisInGForce();

void ZAxisInGForce(double value);
public double ZAxisInGForce { get; set; }
var double = accelerometerDataThreshold.zAxisInGForce;
accelerometerDataThreshold.zAxisInGForce = double;
Public Property ZAxisInGForce As Double

Property Value

Double

double

The accelerometer data threshold for the z-axis, in g-force.

Applies to

See also