TextElement.ContentEnd Vlastnost

Definice

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

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

Hodnota vlastnosti

TextPointer

Konec obsahu v souboru TextElement.

Poznámky

Vlastnost ContentEnd se často používá k připojení obsahu na konec TextElement.

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

Platí pro

Viz také