PinchEventArgsAngleDelta Property

Gets the difference from the previous and current pinch angle.

Definition

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

Property Value

Double

Remarks

The AngleDelta value includes the sign of rotation. Positive for clockwise, negative counterclockwise.

See Also