TextBlock.ContentEnd Właściwość

Definicja

Pobiera element TextPointer na końcu zawartości w elemecie TextBlock.

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

Wartość właściwości

TextPointer

A TextPointer na końcu zawartości w obiekcie TextBlock.

Uwagi

Koniec zawartości ma być pozycją wstawiania bezpośrednio po ostatnim znaku w elemecie TextBlock.

Zwracana TextPointer przez tę właściwość zawsze ma ustawioną LogicalDirection wartość Forward.

Dotyczy

Zobacz też