Sdílet prostřednictvím


TextElement.ContentStart Vlastnost

Definice

Získá textový ukazatel, který představuje začátek obsahu v prvku.

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

Hodnota vlastnosti

Začátek obsahu v souboru TextElement.

Poznámky

Vlastnost ContentStart se často používá k vložení obsahu na začátek .TextElement

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

Platí pro

Viz také