ShowFoldingLines Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Shows vertical lines between folding start line and folding end line.

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

Syntax

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

See Also