TextElement.ElementStart Vlastnost

Definice

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

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

Hodnota vlastnosti

Pozice těsně před začátkem TextElement.

Poznámky

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

Platí pro

Viz také