InputGestureCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia wartość InputGesture w określonym indeksie.

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

Parametry

index
Int32

Pozycja w kolekcji.

Wartość właściwości

Gest w określonym indeksie.

Dotyczy