TextElement.ContentEnd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.