Enum TextStyle
Defines additional flags for text fragments.
This enumeration has a FlagsAttribute
attribute that allows a bitwise combination of its member values.
[Flags]
public enum TextStyle : ushort
Fields
Brace = 32
Indicates that text fragment contains matching brace.
CodeSnippet = 128
Indicates that text fragment contains code snippet.
Error = 256
Indicates that text fragment contains error.
Hidden = 8192
Indicates that text fragment contains hidden diagnostic message.
HyperText = 16
Indicates that text fragment contains hypertext.
Info = 1024
Indicates that text fragment contains information message.
MisSpelledWord = 8
Indicates that text fragment contains misspelled word.
None = 0
Specifies that no flags are in effect.
OutlineSection = 4
Indicates that text fragment contains outline section.
Reference = 2048
Indicates that text fragment contains reference to variable declaration.
SearchResult = 4096
Indicates that text fragment contains highlighted search result.
SelectedWord = 16384
Indicates that text fragment contains selected whole word result.
Tabulation = 2
Indicates that text fragment consists of tab symbol.
Warning = 512
Indicates that text fragment contains warning.
WaveLine = 64
Indicates that text fragment contains wave line.
WhiteSpace = 1
Indicates that text fragment consists of whitespace symbol.