Condividi tramite


TapGestureRecognizer.Command Proprietà

Definizione

Comando da richiamare quando il gesto è stato attivato dall'utente. Si tratta di una proprietà associabile.

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

Valore della proprietà

Commenti

L'oggetto passato al comando sarà il contenuto di CommandParameter

Si applica a