ClickGestureRecognizer.Command Property

Definition

Gets or sets the command to run.

public System.Windows.Input.ICommand Command { get; set; }
member this.Command : System.Windows.Input.ICommand with get, set

Property Value

System.Windows.Input.ICommand

The command to run.

Remarks

The command may be null.

Applies to