set => SetValue(ShowHelpProperty, value);
Beispiel #2
0
 get => (bool)GetValue(ShowHelpProperty); set => SetValue(ShowHelpProperty, value);