DefaultTextViewOptions.UseVisibleWhitespaceId Field

Determines whether to show spaces and tabs as visible glyphs.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Shared ReadOnly UseVisibleWhitespaceId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> UseVisibleWhitespaceId
public:
static initonly EditorOptionKey<bool> UseVisibleWhitespaceId
static val UseVisibleWhitespaceId: EditorOptionKey<bool>
public static final var UseVisibleWhitespaceId : EditorOptionKey<boolean>

.NET Framework Security

See Also

Reference

DefaultTextViewOptions Class

Microsoft.VisualStudio.Text.Editor Namespace