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
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238