SelectionStyle Constructor

T3000 CrossPlatform

SelectionStyle Constructor

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

Initializes a new instance of the SelectionStyle class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public SelectionStyle(
	Brush backgroundBrush,
	Brush foregroundBrush = null
)
Public Sub New ( 
	backgroundBrush As Brush,
	Optional foregroundBrush As Brush = Nothing
)

Dim backgroundBrush As Brush
Dim foregroundBrush As Brush

Dim instance As New SelectionStyle(backgroundBrush, 
	foregroundBrush)

Parameters

backgroundBrush
Type: System.DrawingBrush

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

foregroundBrush (Optional)
Type: System.DrawingBrush

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

See Also