GyroscopeReading.RotationRate Property

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

Syntax

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

GyroscopeReading Structure

Microsoft.Devices.Sensors Namespace