TextElement.ElementStart Vlastnost

Definice

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

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

TextPointer

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

Poznámky

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

Platí pro

Viz také