AvalonEdit
HandlesLineBorders Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineElementHandlesLineBorders
Gets whether the GetNextCaretPosition(Int32, LogicalDirection, CaretPositioningMode) implementation handles line borders. If this property returns false, the caller of GetNextCaretPosition should handle the line borders (i.e. place caret stops at the start and end of the line). This property has an effect only for VisualLineElements that are at the start or end of a VisualLine.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HandlesLineBorders { get; }
Public Overridable ReadOnly Property HandlesLineBorders As Boolean
	Get
public:
virtual property bool HandlesLineBorders {
	bool get ();
}

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