FastColoredTextBox.Lines Property

T3000 CrossPlatform

FastColoredTextBoxLines Property

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

Text lines

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

Dim instance As FastColoredTextBox
Dim value As IList(Of String)

value = instance.Lines

Property Value

Type: IListString
See Also