TextElement.ContentEnd Właściwość

Definicja

Pobiera wskaźnik tekstowy reprezentujący koniec zawartości w elemecie.

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

Koniec zawartości w elemecie TextElement.

Uwagi

Właściwość ContentEnd jest często używana do dołączania zawartości na końcu TextElementelementu .

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

Dotyczy

Zobacz też