MotionReading.DeviceRotationRate Property

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

Syntax

'Declaration
Public Property DeviceRotationRate As Vector3
public Vector3 DeviceRotationRate { get; internal set; }
public:
property Vector3 DeviceRotationRate {
    Vector3 get ();
    internal: void set (Vector3 value);
}
member DeviceRotationRate : 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

MotionReading Structure

Microsoft.Devices.Sensors Namespace