MagnetometerDataThreshold.ZAxisMicroteslas 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 z-axis required to reach the threshold, measured in microteslas.
public:
property float ZAxisMicroteslas { float get(); void set(float value); };
float ZAxisMicroteslas();
void ZAxisMicroteslas(float value);
public float ZAxisMicroteslas { get; set; }
var single = magnetometerDataThreshold.zAxisMicroteslas;
magnetometerDataThreshold.zAxisMicroteslas = single;
Public Property ZAxisMicroteslas As Single
Property Value
Single
float
The magnetometer data threshold for the z-axis, in microteslas.