Skip to main content

HoldingState Enum

Definition

Namespace:Avalonia.Input
Assembly:Avalonia.Base
Package:Avalonia
public enum HoldingState

Inheritance: Enum -> HoldingState

Fields

NameDescription
CanceledAn additional contact is detected or a subsequent gesture (such as a slide) is detected.
CompletedThe single contact is lifted.
StartedA 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