BarometerReadingChangedEventArgs.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 most recent barometer reading.
public:
property BarometerReading ^ Reading { BarometerReading ^ get(); };
BarometerReading Reading();
public BarometerReading Reading { get; }
var barometerReading = barometerReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As BarometerReading
Property Value
The most recent barometer reading.