Back to API Reference
Enum
HighlightOrder
Relative render order of a highlight surface versus its owning text.
public static readonly HighlightOrder Behind = 0Render behind the text (selections, hover glow).
public static readonly HighlightOrder Above = 1Render in front of the text (click flashes, cursor).
