T3000 CrossPlatform Documentation
HighlightingRangeType Enumeration |
[This is preliminary documentation and is subject to change.]
Type of highlighting
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
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. |
See Also