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このプロパティによって返される は、常に にLogicalDirectionLogicalDirection.Forward設定されます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET