TextElement.ElementEnd 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表緊接在元素結尾後面位置的文字指標。
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
屬性值
緊接在 結尾 TextElement 之後的位置。
備註
這個屬性傳回的 一 TextPointer 律會將其 LogicalDirection 設定為 LogicalDirection.Forward 。