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