ShortcutStyle Constructor

T3000 CrossPlatform

ShortcutStyle Constructor

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

Initializes a new instance of the ShortcutStyle class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public ShortcutStyle(
	Pen borderPen
)
Public Sub New ( 
	borderPen As Pen
)

Dim borderPen As Pen

Dim instance As New ShortcutStyle(borderPen)

Parameters

borderPen
Type: System.DrawingPen

[Missing <param name="borderPen"/> documentation for "M:FastColoredTextBoxNS.ShortcutStyle.#ctor(System.Drawing.Pen)"]

See Also