AccelerometerDataThreshold.XAxisInGForce Property

Definition

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

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

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

Property Value

Double

double

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

Applies to

See also