FastColoredTextBox |
FastColoredTextBox..::..BracketsStyle Property |
FastColoredTextBox Class See Also Send Feedback |
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); } |