FastColoredTextBox.WordWrapAutoIndent Property

T3000 CrossPlatform

FastColoredTextBoxWordWrapAutoIndent Property

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

Automatically shifts secondary wordwrap lines on the shift amount of the first line

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.WordWrapAutoIndent

instance.WordWrapAutoIndent = value

Property Value

Type: Boolean
See Also