AvalonEdit
TextLines Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineTextLines
Gets a read-only collection of text lines.
Declaration Syntax
C#Visual BasicVisual C++
public ReadOnlyCollection<TextLine> TextLines { get; }
Public ReadOnly Property TextLines As ReadOnlyCollection(Of TextLine)
	Get
public:
property ReadOnlyCollection<TextLine^>^ TextLines {
	ReadOnlyCollection<TextLine^>^ get ();
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238