TextElement.ElementEnd Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a TextPointer that represents the position just after the end of the element.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Documents.TextPointerA TextPointer that represents the position just after the end of the TextElement.
The TextPointer returned by this property always has its LogicalDirection set to LogicalDirection.Forward.
Show: