コード例 #1
0
			set => this.SetValue( ButtonsProperty, value );
コード例 #2
0
ファイル: FloatingDialog.cs プロジェクト: Egaros/lib
 set => SetValue(ButtonsProperty, value);
コード例 #3
0
 get => (System.Collections.Generic.IEnumerable <IButtonModel>)GetValue(ButtonsProperty); set => SetValue(ButtonsProperty, value);