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