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

プロパティ値

の終了直後の TextElement位置。

注釈

TextPointerこのプロパティによって返される は、常に にLogicalDirectionLogicalDirection.Forward設定されます。

適用対象

こちらもご覧ください