AvalonEdit
IsAtEndOfLine Property
NamespacesICSharpCode.AvalonEditTextViewPositionIsAtEndOfLine
When word-wrap is enabled and a line is wrapped at a position where there is no space character; then both the end of the first TextLine and the beginning of the second TextLine refer to the same position in the document, and also have the same visual column. In this case, the IsAtEndOfLine property is used to distinguish between the two cases: the value true indicates that the position refers to the end of the previous TextLine; the value false indicates that the position refers to the beginning of the next TextLine. If this position is not at such a wrapping position, the value of this property has no effect.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsAtEndOfLine { get; set; }
Public Property IsAtEndOfLine As Boolean
	Get
	Set
public:
property bool IsAtEndOfLine {
	bool get ();
	void set (bool value);
}

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