CompassReadingChangedEventArgs.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 compass reading.
public:
property CompassReading ^ Reading { CompassReading ^ get(); };
CompassReading Reading();
public CompassReading Reading { get; }
var compassReading = compassReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As CompassReading
Property Value
The current compass reading.