BracketsStyle Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Style for brackets highlighting

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

Syntax

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

See Also