FastColoredTextBox.ShowFoldingLines Property

T3000 CrossPlatform

FastColoredTextBoxShowFoldingLines Property

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

Shows vertical lines between folding start line and folding end line.

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.ShowFoldingLines

instance.ShowFoldingLines = value

Property Value

Type: Boolean
See Also