Table of Contents

Enum HoldingState

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll
public enum HoldingState

Fields

Cancelled = 2

An additional contact is detected or a subsequent gesture (such as a slide) is detected.

Completed = 1

The single contact is lifted.

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.