FastColoredTextBox.HighlightFoldingIndicator Property

T3000 CrossPlatform

FastColoredTextBoxHighlightFoldingIndicator Property

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

Enables folding indicator (left vertical line between folding bounds)

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.HighlightFoldingIndicator

instance.HighlightFoldingIndicator = value

Property Value

Type: Boolean
See Also