







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