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