InputGestureCollection.Item[Int32] 屬性

定義

取得或設定位於指定索引的 InputGesture

public:
 property System::Windows::Input::InputGesture ^ default[int] { System::Windows::Input::InputGesture ^ get(int index); void set(int index, System::Windows::Input::InputGesture ^ value); };
public System.Windows.Input.InputGesture this[int index] { get; set; }
member this.Item(int) : System.Windows.Input.InputGesture with get, set
Default Public Property Item(index As Integer) As InputGesture

參數

index
Int32

集合中的位置。

屬性值

位於指定索引的筆勢。

適用於