FastColoredTextBox.WordWrapIndent Property

T3000 CrossPlatform

FastColoredTextBoxWordWrapIndent Property

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

Indent of secondary wordwrap lines (in chars)

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

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.WordWrapIndent

instance.WordWrapIndent = value

Property Value

Type: Int32
See Also