StyleVisualMarker Constructor

T3000 CrossPlatform

StyleVisualMarker Constructor

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

Initializes a new instance of the StyleVisualMarker class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public StyleVisualMarker(
	Rectangle rectangle,
	Style style
)
Public Sub New ( 
	rectangle As Rectangle,
	style As Style
)

Dim rectangle As Rectangle
Dim style As Style

Dim instance As New StyleVisualMarker(rectangle, 
	style)

Parameters

rectangle
Type: System.DrawingRectangle

[Missing <param name="rectangle"/> documentation for "M:FastColoredTextBoxNS.StyleVisualMarker.#ctor(System.Drawing.Rectangle,FastColoredTextBoxNS.Style)"]

style
Type: FastColoredTextBoxNSStyle

[Missing <param name="style"/> documentation for "M:FastColoredTextBoxNS.StyleVisualMarker.#ctor(System.Drawing.Rectangle,FastColoredTextBoxNS.Style)"]

See Also