WhitespaceType Enum

Definition

Sets a bitwise combination of enumeration values to specify which whitespace symbols are displayed on an ITextView.

This enumeration supports a bitwise combination of its member values.

public enum class WhitespaceType
[System.Flags]
public enum WhitespaceType
[<System.Flags>]
type WhitespaceType = 
Public Enum WhitespaceType
Inheritance
WhitespaceType
Attributes

Fields

All 15
Ideographics 8
LineEndings 4
None 0
Spaces 1
Tabs 2

Applies to