MarkerStyle Constructor

T3000 CrossPlatform

MarkerStyle Constructor

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

Initializes a new instance of the MarkerStyle class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public MarkerStyle(
	Brush backgroundBrush
)
Public Sub New ( 
	backgroundBrush As Brush
)

Dim backgroundBrush As Brush

Dim instance As New MarkerStyle(backgroundBrush)

Parameters

backgroundBrush
Type: System.DrawingBrush

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

See Also