TextPointer.DocumentEnd Właściwość

Definicja

Pobiera element TextPointer na końcu zawartości w kontenerze tekstowym skojarzonym z bieżącym położeniem.

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

Wartość właściwości

Na TextPointer końcu zawartości w kontenerze tekstowym skojarzonym z bieżącym położeniem.

Uwagi

Element Parent dla zwracanego TextPointer elementu jest zawsze kontenerem tekstowym (TextBlock lub FlowDocument), a nie .TextElement

Dotyczy

Zobacz też