FastColoredTextBox.BracketsHighlightStrategy Property

T3000 CrossPlatform

FastColoredTextBoxBracketsHighlightStrategy Property

[This is preliminary documentation and is subject to change.]

Strategy of search of brackets to highlighting

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public BracketsHighlightStrategy BracketsHighlightStrategy { get; set; }
Public Property BracketsHighlightStrategy As BracketsHighlightStrategy
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As BracketsHighlightStrategy

value = instance.BracketsHighlightStrategy

instance.BracketsHighlightStrategy = value

Property Value

Type: BracketsHighlightStrategy
See Also