FoldedBlockStyle Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Style for folded block rendering

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

Syntax

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

See Also