Back to API Reference
Enum

RangeInteractionKind

Semantic or gesture event emitted for one interactive range entity.

public static readonly RangeInteractionKind Activated = 0

A primary click, tap or keyboard command activated the entity.

public static readonly RangeInteractionKind ContextRequested = 1

A secondary click, long press or keyboard command requested contextual actions.

public static readonly RangeInteractionKind Entered = 2

A pointer entered the entity's hit geometry.

public static readonly RangeInteractionKind Exited = 3

A pointer left the entity's hit geometry.

public static readonly RangeInteractionKind StateChanged = 4

An independent interaction signal changed.

public static readonly RangeInteractionKind LongPressProgress = 5

A long-press recognizer reported normalized progress.

public static readonly RangeInteractionKind Pressed = 6

A primary pointer began a captured gesture over the entity.

public static readonly RangeInteractionKind Released = 7

A captured primary pointer was released.

public static readonly RangeInteractionKind Canceled = 8

A captured gesture ended without activation.

public static readonly RangeInteractionKind Focused = 9

The entity received keyboard or gamepad focus.

public static readonly RangeInteractionKind Blurred = 10

The entity lost keyboard or gamepad focus.

public static readonly RangeInteractionKind Gesture = 11

A custom recognizer claimed, updated or completed its gesture.