AutoIndent Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Allows AutoIndent. Inserts spaces before new line.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public bool AutoIndent { get; set; }
Visual Basic
Public Property AutoIndent As Boolean
	Get
	Set
Visual C++
public:
property bool AutoIndent {
	bool get ();
	void set (bool value);
}

See Also