HoldingState Enumeration
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum HoldingState
Public Enumeration HoldingState
type HoldingState
Members
Started | 0 | A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started. |
Completed | 1 | The single contact is lifted. |
Cancelled | 2 | An additional contact is detected or a subsequent gesture (such as a slide) is detected. |