Skip to main content

Angle Property

Gets the angle of the pinch gesture, in degrees.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

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

Reference

PinchEventArgs Class
Avalonia.Input Namespace