







Style index mask
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
[FlagsAttribute] public enum StyleIndex |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration StyleIndex |
Visual C++ |
---|
[FlagsAttribute] public enum class StyleIndex |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Style0 | 1 | ||
Style1 | 2 | ||
Style2 | 4 | ||
Style3 | 8 | ||
Style4 | 16 | ||
Style5 | 32 | ||
Style6 | 64 | ||
Style7 | 128 | ||
Style8 | 256 | ||
Style9 | 512 | ||
Style10 | 1024 | ||
Style11 | 2048 | ||
Style12 | 4096 | ||
Style13 | 8192 | ||
Style14 | 16384 | ||
Style15 | 32768 | ||
All | 65535 |