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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.