InclinometerReadingChangedEventArgs.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 inclinometer reading.
public:
property InclinometerReading ^ Reading { InclinometerReading ^ get(); };
InclinometerReading Reading();
public InclinometerReading Reading { get; }
var inclinometerReading = inclinometerReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As InclinometerReading
Property Value
The current inclinometer reading.