Share via


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

컬렉션에서의 위치입니다.

속성 값

지정된 인덱스에 있는 제스처입니다.

적용 대상