PinchEventArgsAngle Property

Gets the angle of the pinch gesture, in degrees.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public double Angle { get; }

Property Value

Double

Remarks

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.

See Also