Back to API Reference
Enum

MarkupVisibility

How an editable presents the markup syntax characters of its source.

public static readonly MarkupVisibility Hidden = 0

Tags are hidden and atomic — the caret steps over them and only the styled result shows. The default.

public static readonly MarkupVisibility RevealActiveRange = 1

Tags are hidden except those of the range the caret is inside, which reveal as editable source.

public static readonly MarkupVisibility Raw = 2

Every tag shows as literal source text and the caret moves through it — the raw markup view.