Share via


MagnetometerDataThreshold.XAxisMicroteslas Property

Definition

Gets or sets the minimum change of geomagnetic data around the x-axis required to reach the threshold, measured in microteslas.

public:
 property float XAxisMicroteslas { float get(); void set(float value); };
float XAxisMicroteslas();

void XAxisMicroteslas(float value);
public float XAxisMicroteslas { get; set; }
var single = magnetometerDataThreshold.xAxisMicroteslas;
magnetometerDataThreshold.xAxisMicroteslas = single;
Public Property XAxisMicroteslas As Single

Property Value

Single

float

The magnetometer data threshold for the x-axis, in microteslas.

Applies to

See also