TextBlock.SelectionEnd 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 在 TextBlock中選取之文字的結束位置。
public:
property TextPointer ^ SelectionEnd { TextPointer ^ get(); };
TextPointer SelectionEnd();
public TextPointer SelectionEnd { get; }
var textPointer = textBlock.selectionEnd;
Public ReadOnly Property SelectionEnd As TextPointer
屬性值
物件,表示選取範圍結束,如果沒有選取範圍,則為 null。
備註
使用 [選取 ] 來設定選取專案開始和結束。
重要
如果使用鍵盤進行 TextBlock 內的文字選取,使用者必須先在前景中啟動插入 號流覽 (,然後按 F7) 。