TextElement.ElementEnd Property
Definition
Gets a text pointer that represents the position just after the end of the element.
public:
property System::Windows::Documents::TextPointer ^ ElementEnd { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ElementEnd { get; }
member this.ElementEnd : System.Windows.Documents.TextPointer
Public ReadOnly Property ElementEnd As TextPointer
Property Value
The position just after the end of the TextElement.
Remarks
The TextPointer returned by this property always has its LogicalDirection set to LogicalDirection.Forward.