FoldingIndicatorColor Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Color of folding area indicator

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

Syntax

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

See Also