AutoIndentEventArgs.PrevLineText Property

T3000 CrossPlatform

AutoIndentEventArgsPrevLineText Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.AutoIndentEventArgs.PrevLineText"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public string PrevLineText { get; }
Public ReadOnly Property PrevLineText As String
	Get

Dim instance As AutoIndentEventArgs
Dim value As String

value = instance.PrevLineText

Property Value

Type: String
See Also