T3000 CrossPlatform Documentation
AutoIndentEventArgsShift Property |
[This is preliminary documentation and is subject to change.]
Additional spaces count for this line, relative to previous line
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int Shift { get; set; }
Public Property Shift As Integer Get Set Dim instance As AutoIndentEventArgs Dim value As Integer value = instance.Shift instance.Shift = value
Property Value
Type: Int32See Also