ImageButtonBase.Command Property

Definition

Gets or sets the command associated with this button

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

Property Value

Applies to