LinePushedEventArgs.DisplayedLineText Property

T3000 CrossPlatform

LinePushedEventArgsDisplayedLineText Property

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

This property contains only changed text. If text of line is not changed, this property contains null.

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

Dim instance As LinePushedEventArgs
Dim value As String

value = instance.DisplayedLineText

Property Value

Type: String
See Also