Beispiel #1
0
			set => this.SetValue( ButtonsProperty, value );
Beispiel #2
0
 set => SetValue(ButtonsProperty, value);
Beispiel #3
0
 get => (System.Collections.Generic.IEnumerable <IButtonModel>)GetValue(ButtonsProperty); set => SetValue(ButtonsProperty, value);