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