AvalonEdit
VisualLinesValid Property
NamespacesICSharpCode.AvalonEdit.RenderingTextViewVisualLinesValid
Gets whether the visual lines are valid. Will return false after a call to Redraw(). Accessing the visual lines property will cause a VisualLinesInvalidException if this property is false.
Declaration Syntax
C#Visual BasicVisual C++
public bool VisualLinesValid { get; }
Public ReadOnly Property VisualLinesValid As Boolean
	Get
public:
property bool VisualLinesValid {
	bool get ();
}

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