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