Share via


AttitudeReading.RotationMatrix Property

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

Syntax

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

Property Value

Type: Microsoft.Xna.Framework.Matrix

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

AttitudeReading Structure

Microsoft.Devices.Sensors Namespace