Gets the current gyrometer reading.
public:
property GyrometerReading^ Reading {
GyrometerReading^ get ();
}
Type: GyrometerReading
The current gyrometer reading.
Namespace: Windows.Devices.Sensors
Metadata: windows.winmd
GyrometerReadingChangedEventArgs Class