TextElement.ContentEnd Property

Definition

Gets a TextPointer that represents the end of the content in the element.

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

Property Value

A TextPointer that represents the end of the content in the TextElement.

Applies to