WhitespaceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | |
Spaces | 1 | |
Tabs | 2 | |
LineEndings | 4 | |
Ideographics | 8 | |
All | 15 |