Partager via


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

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

Applies to