public ICommand LeftButtonClickCommand { get; set; }
Public Property LeftButtonClickCommand As ICommand
Get
Set
public:
property ICommand^ LeftButtonClickCommand {
ICommand^ get ();
void set (ICommand^ value);
}
member LeftButtonClickCommand : ICommand with get, set