Back to API Reference
Enum
MarkupVisibility
How an editable presents the markup syntax characters of its source.
public static readonly MarkupVisibility Hidden = 0Tags are hidden and atomic — the caret steps over them and only the styled result shows. The default.
public static readonly MarkupVisibility RevealActiveRange = 1Tags are hidden except those of the range the caret is inside, which reveal as editable source.
public static readonly MarkupVisibility Raw = 2Every tag shows as literal source text and the caret moves through it — the raw markup view.
