TextElement.ElementEnd Vlastnost

Definice

Získá textový ukazatel, který představuje pozici těsně za koncem prvku.

public:
 property System::Windows::Documents::TextPointer ^ ElementEnd { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ElementEnd { get; }
member this.ElementEnd : System.Windows.Documents.TextPointer
Public ReadOnly Property ElementEnd As TextPointer

Hodnota vlastnosti

TextPointer

Pozice těsně za koncem TextElement.

Poznámky

Vrácená TextPointer touto vlastností má vždy nastavenou LogicalDirection hodnotu LogicalDirection.Forward.

Platí pro

Viz také