Share via


CompassChangedEventArgs.Reading Property

Definition

The current values of the compass.

public:
 property Microsoft::Maui::Devices::Sensors::CompassData Reading { Microsoft::Maui::Devices::Sensors::CompassData get(); };
public Microsoft.Maui.Devices.Sensors.CompassData Reading { get; }
member this.Reading : Microsoft.Maui.Devices.Sensors.CompassData
Public ReadOnly Property Reading As CompassData

Property Value

The reading.

Applies to