HighlightFoldingIndicator Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Enables folding indicator (left vertical line between folding bounds)

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public bool HighlightFoldingIndicator { get; set; }
Visual Basic
Public Property HighlightFoldingIndicator As Boolean
	Get
	Set
Visual C++
public:
property bool HighlightFoldingIndicator {
	bool get ();
	void set (bool value);
}

See Also