FastColoredTextBox.AutoIndent Property
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
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)
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