TextElement.ElementEnd Property

Definition

Gets a TextPointer that represents the position just after the end of the element.

public:
 property TextPointer ^ ElementEnd { TextPointer ^ get(); };
TextPointer ElementEnd();
public TextPointer ElementEnd { get; }
var textPointer = textElement.elementEnd;
Public ReadOnly Property ElementEnd As TextPointer

Property Value

A TextPointer that represents the position just after the end of the TextElement.

Applies to