Share via


MagnetometerDataThreshold.YAxisMicroteslas Property

Definition

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

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

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

Property Value

Single

float

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

Applies to

See also