HoldingState Enum
Definition
public enum HoldingState
Fields
| Name | Description |
|---|---|
| Canceled | An additional contact is detected or a subsequent gesture (such as a slide) is detected. |
| Completed | The single contact is lifted. |
| Started | A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started. |
Canceled Field
An additional contact is detected or a subsequent gesture (such as a slide) is detected.
public Avalonia.Input.HoldingState Canceled
Completed Field
The single contact is lifted.
public Avalonia.Input.HoldingState Completed
Started Field
A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started.
public Avalonia.Input.HoldingState Started