TextElement.ContentStart Property

Definition

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

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

Property Value

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

Applies to