Share via


CompassReading.MagnetometerReading Property

Namespace:  Microsoft.Devices.Sensors
Assembly:  Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)

Syntax

'Declaration
Public Property MagnetometerReading As Vector3
public Vector3 MagnetometerReading { get; internal set; }
public:
property Vector3 MagnetometerReading {
    Vector3 get ();
    internal: void set (Vector3 value);
}
member MagnetometerReading : Vector3 with get, internal set

Property Value

Type: Microsoft.Xna.Framework.Vector3

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

CompassReading Structure

Microsoft.Devices.Sensors Namespace