次の方法で共有


InputView.CursorPosition プロパティ

定義

カーソルの位置を取得または設定します。 値は 0 以上で、 の Text長さ以下である必要があります。 これはバインド可能なプロパティです。

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

プロパティ値

適用対象