T3000 CrossPlatform Documentation
LineAutoIndentSpacesNeededCount Property |
[This is preliminary documentation and is subject to change.]
Count of needed start spaces for AutoIndent
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int AutoIndentSpacesNeededCount { get; set; }
Public Property AutoIndentSpacesNeededCount As Integer Get Set Dim instance As Line Dim value As Integer value = instance.AutoIndentSpacesNeededCount instance.AutoIndentSpacesNeededCount = value
Property Value
Type: Int32See Also