Angle Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the angle of a TouchGesture.Rotate gesture.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property Angle As Double
public double Angle { get; }
public:
property double Angle {
    double get ();
}
member Angle : float
function get Angle () : double

Property Value

Type: System. . :: . .Double
The angle of a TouchGesture.Rotate gesture.

Remarks

The angle is in the range 0 to 360.0.

.NET Framework Security

See Also

Reference

TouchGestureEventArgs Class

Microsoft.SPOT.Input Namespace