AvalonEdit
VisualLines Property
NamespacesICSharpCode.AvalonEdit.RenderingTextViewVisualLines
Gets the currently visible visual lines.
Declaration Syntax
C#Visual BasicVisual C++
public ReadOnlyCollection<VisualLine> VisualLines { get; }
Public ReadOnly Property VisualLines As ReadOnlyCollection(Of VisualLine)
	Get
public:
property ReadOnlyCollection<VisualLine^>^ VisualLines {
	ReadOnlyCollection<VisualLine^>^ get ();
}
Exceptions
ExceptionCondition
VisualLinesInvalidException Gets thrown if there are invalid visual lines when this property is accessed. You can use the VisualLinesValid property to check for this case, or use the EnsureVisualLines()()()() method to force creating the visual lines when they are invalid.

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