Back to API Reference
Enum

HighlightOrder

Relative render order of a highlight surface versus its owning text.

public static readonly HighlightOrder Behind = 0

Render behind the text (selections, hover glow).

public static readonly HighlightOrder Above = 1

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