TextElement.ContentEnd 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 end of the content in the element.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Documents.TextPointerA TextPointer that represents the end of the content in the TextElement.
The ContentEnd property is often used to append content to the end of a TextElement.
The TextPointer returned by this property always has its LogicalDirection set to LogicalDirection.Forward.
Show: