AccelerometerDataThreshold.YAxisInGForce Property

Definition

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

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

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

Property Value

Double

double

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

Applies to

See also