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

Позиция в коллекции.

Значение свойства

Жест с заданным индексом.

Применяется к