MagnetometerDataThreshold.YAxisMicroteslas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.