PinchEventArgsAngle Property
Gets the angle of the pinch gesture, in degrees.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public double Angle { get; }
Public ReadOnly Property Angle As Double
Get
member Angle : float with get
Property Value
Double
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.