MagnetometerReadingChangedEventArgs.Reading 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 the current magnetometer reading.
public:
property MagnetometerReading ^ Reading { MagnetometerReading ^ get(); };
MagnetometerReading Reading();
public MagnetometerReading Reading { get; }
var magnetometerReading = magnetometerReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As MagnetometerReading
Property Value
The current magnetometer reading.