FastColoredTextBox.AutoIndentExistingLines Property

T3000 CrossPlatform

FastColoredTextBoxAutoIndentExistingLines Property

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

Does autoindenting in existing lines. It works only if AutoIndent is True.

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.AutoIndentExistingLines

instance.AutoIndentExistingLines = value

Property Value

Type: Boolean
See Also