AutoIndentEventArgs.ShiftNextLines Property

T3000 CrossPlatform

AutoIndentEventArgsShiftNextLines Property

[This is preliminary documentation and is subject to change.]

Additional spaces count for next line, relative to previous line

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int ShiftNextLines { get; set; }
Public Property ShiftNextLines As Integer
	Get
	Set

Dim instance As AutoIndentEventArgs
Dim value As Integer

value = instance.ShiftNextLines

instance.ShiftNextLines = value

Property Value

Type: Int32
See Also