TextElement.ElementStart Property

Definition

Gets a TextPointer that represents the position just before the start of the element.

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

Property Value

A TextPointer that represents the position just before the start of the TextElement.

Applies to