TextElement.ElementStart Propriedade

Definição

Obtém um TextPointer que representa a posição pouco antes do início do elemento.

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

Valor da propriedade

Um TextPointer que representa a posição logo antes do início do TextElement.

Aplica-se a