Table of Contents

Enum SelectGesture

Namespace
Ofs
Assembly
Ofs.Api.dll

Which selection-authoring gesture a SelectRequest carries. A mode reinterprets what the gesture means; the native resolution selects every candidate it covers.

public enum SelectGesture

Fields

Box = 0

Marquee / time-range drag — every action in [StartTime, EndTime] (the native resolution ignores the position range).

All = 1

Select-all (Ctrl+A) — every action on the axis.

Point = 2

Click / Ctrl-click — the action at StartTime.