次の方法で共有


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

プロパティ値

注釈

Command に渡されるオブジェクトは、次の内容になります。 CommandParameter

適用対象