FastColoredTextBox.PreferredLineWidth Property

T3000 CrossPlatform

FastColoredTextBoxPreferredLineWidth Property

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

This property draws vertical line after defined char position. Set to 0 for disable drawing of vertical line.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int PreferredLineWidth { get; set; }
Public Property PreferredLineWidth As Integer
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.PreferredLineWidth

instance.PreferredLineWidth = value

Property Value

Type: Int32
See Also