GyrometerReadingChangedEventArgs.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 gyrometer reading.
public:
property GyrometerReading ^ Reading { GyrometerReading ^ get(); };
GyrometerReading Reading();
public GyrometerReading Reading { get; }
var gyrometerReading = gyrometerReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As GyrometerReading
Property Value
The current gyrometer reading.