Share via


Entry.SelectionLength 属性

定义

获取或设置所选内容的长度。 选择将从 开始 CursorPosition。 这是一种可绑定属性。

public:
 property int SelectionLength { int get(); void set(int value); };
public int SelectionLength { get; set; }
member this.SelectionLength : int with get, set
Public Property SelectionLength As Integer

属性值

所选内容的长度。

实现

适用于