TextElement.ElementStart Propiedad

Definición

Obtiene un TextPointer que representa la posición justo antes del inicio del elemento.

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

Valor de propiedad

TextPointer que representa la posición justo antes del inicio de TextElement.

Se aplica a