Angle Property
Gets the angle of the pinch gesture, in degrees.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double Angle { get; }
Public ReadOnly Property Angle As Double
Get
member Angle : float with get
Property Value
DoubleRemarks
A pinch gesture is the movement of two pressed points closer together. This property is the measured angle of the line between those two points. Remember zero degrees is a line pointing up.