FastColoredTextBox.AutoIndent Property

T3000 CrossPlatform

FastColoredTextBoxAutoIndent Property

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

Allows AutoIndent. Inserts spaces before new line.

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.AutoIndent

instance.AutoIndent = value

Property Value

Type: Boolean
See Also