Line.Text Property

T3000 CrossPlatform

LineText Property

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

Text of the line

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

Dim instance As Line
Dim value As String

value = instance.Text

Property Value

Type: String
See Also