







Type of highlighting
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public enum HighlightingRangeType |
Visual Basic |
---|
Public Enumeration HighlightingRangeType |
Visual C++ |
---|
public enum class HighlightingRangeType |
Members
Member name | Value | Description | |
---|---|---|---|
ChangedRange | 0 | Highlight only changed range of text. Highest performance. | |
VisibleRange | 1 | Highlight visible range of text. Middle performance. | |
AllTextRange | 2 | Highlight all (visible and invisible) text. Lowest performance. |