FoldedBlockStyle Constructor

T3000 CrossPlatform

FoldedBlockStyle Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the FoldedBlockStyle class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public FoldedBlockStyle(
	Brush foreBrush,
	Brush backgroundBrush,
	FontStyle fontStyle
)
Public Sub New ( 
	foreBrush As Brush,
	backgroundBrush As Brush,
	fontStyle As FontStyle
)

Dim foreBrush As Brush
Dim backgroundBrush As Brush
Dim fontStyle As FontStyle

Dim instance As New FoldedBlockStyle(foreBrush, 
	backgroundBrush, fontStyle)

Parameters

foreBrush
Type: System.DrawingBrush

[Missing <param name="foreBrush"/> documentation for "M:FastColoredTextBoxNS.FoldedBlockStyle.#ctor(System.Drawing.Brush,System.Drawing.Brush,System.Drawing.FontStyle)"]

backgroundBrush
Type: System.DrawingBrush

[Missing <param name="backgroundBrush"/> documentation for "M:FastColoredTextBoxNS.FoldedBlockStyle.#ctor(System.Drawing.Brush,System.Drawing.Brush,System.Drawing.FontStyle)"]

fontStyle
Type: System.DrawingFontStyle

[Missing <param name="fontStyle"/> documentation for "M:FastColoredTextBoxNS.FoldedBlockStyle.#ctor(System.Drawing.Brush,System.Drawing.Brush,System.Drawing.FontStyle)"]

See Also