RichTextBlock.SelectionEnd プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RichTextBlock で選択されているテキストの終了位置を取得します。
public:
property TextPointer ^ SelectionEnd { TextPointer ^ get(); };
TextPointer SelectionEnd();
public TextPointer SelectionEnd { get; }
var textPointer = richTextBlock.selectionEnd;
Public ReadOnly Property SelectionEnd As TextPointer
プロパティ値
選択範囲の終了を表すオブジェクト。選択範囲が存在しない場合は null。
注釈
[選択] を使用して、選択の開始と終了を設定します。