







Initializes a new instance of the MarkerStyle class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public MarkerStyle( Brush backgroundBrush ) |
Visual Basic |
---|
Public Sub New ( _ backgroundBrush As Brush _ ) |
Visual C++ |
---|
public: MarkerStyle( Brush^ backgroundBrush ) |
Parameters
- backgroundBrush
- Type: System.Drawing..::..Brush