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

プロパティ値

選択範囲の長さ。

実装

適用対象