Esempio n. 1
0
 set => SetValue(LeftCommandProperty, value);
Esempio n. 2
0
 get => (ICommand)GetValue(LeftCommandProperty); set => SetValue(LeftCommandProperty, value);