Back to API Reference
Enum

RangeDecorationOrder

Relative render order of a range decoration versus its owning text.

public static readonly RangeDecorationOrder Behind = 0

Render behind the text (selections, hover glow).

public static readonly RangeDecorationOrder Above = 1

Render in front of the text (click flashes, cursor).