T3000 CrossPlatform Documentation
AutoIndentEventArgs Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:FastColoredTextBoxNS.AutoIndentEventArgs"]
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The AutoIndentEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoIndentEventArgs | Initializes a new instance of the AutoIndentEventArgs class |
Properties
Name | Description | |
---|---|---|
AbsoluteIndentation |
Absolute indentation of current line. You can change this property if you want to set absolute indentation.
| |
iLine | ||
LineText | ||
PrevLineText | ||
Shift |
Additional spaces count for this line, relative to previous line
| |
ShiftNextLines |
Additional spaces count for next line, relative to previous line
| |
TabLength |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also