Table of Contents

Enum LinearRangeSpanKind

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Identifies the shape of a LinearRangeSpan<T>.

public enum LinearRangeSpanKind
Extension Methods

Fields

Closed = 3

The span is closed; both Start and End are bounded.

LeftBounded = 1

The span is bounded only on the right; conceptually "everything ≤ End".

None = 0

The span is empty; no option is selected.

RightBounded = 2

The span is bounded only on the left; conceptually "everything ≥ Start".

Remarks

To represent the kind of range a LinearRange<T> currently holds, set the value via RangeKind.