AngleDelta Property
Gets the difference from the previous and current pinch angle.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double AngleDelta { get; }
Public ReadOnly Property AngleDelta As Double
Get
member AngleDelta : float with get
Property Value
DoubleRemarks
The AngleDelta value includes the sign of rotation. Positive for clockwise, negative counterclockwise.