TextElement.ElementEnd Właściwość

Definicja

Pobiera wskaźnik tekstowy reprezentujący pozycję tuż po końcu elementu.

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

Wartość właściwości

TextPointer

Pozycja tuż po końcu elementu TextElement.

Uwagi

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

Dotyczy

Zobacz też