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

集合中的位置。

属性值

指定索引处的笔势。

适用于