TextBlock.SelectionStart 属性

定义

获取 TextBlock 中所选文本的起始位置。

public:
 property TextPointer ^ SelectionStart { TextPointer ^ get(); };
TextPointer SelectionStart();
public TextPointer SelectionStart { get; }
var textPointer = textBlock.selectionStart;
Public ReadOnly Property SelectionStart As TextPointer

属性值

表示选择开始的 对象;如果没有选择,则为 null。

注解

使用 “选择” 设置选择的开始和结束。

重要

如果使用键盘在 TextBlock 中进行文本选择,用户必须先在前台使用应用激活 插入点浏览 (,然后按 F7) 。

适用于