TextElement.ElementEnd 屬性

定義

取得代表緊接在元素結尾後面位置的文字指標。

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

屬性值

TextPointer

緊接在 結尾 TextElement 之後的位置。

備註

這個屬性傳回的 一 TextPointer 律會將其 LogicalDirection 設定為 LogicalDirection.Forward

適用於

另請參閱