TextElement.ElementEnd Proprietà

Definizione

Ottiene un TextPointer che rappresenta la posizione appena dopo la fine dell'elemento.

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

Valore della proprietà

TextPointer che rappresenta la posizione appena dopo la fine di TextElement.

Si applica a