다음을 통해 공유


TapGestureRecognizer.Command 속성

정의

제스처가 사용자에 의해 트리거되는 경우 호출할 명령입니다. 이는 바인딩 가능 속성입니다.

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand Command { get; set; }
public System.Windows.Input.ICommand? Command { get; set; }
member this.Command : System.Windows.Input.ICommand with get, set
Public Property Command As ICommand

속성 값

설명

명령에 전달된 개체는 의 내용입니다. CommandParameter

적용 대상