How to change backcolor of button control dynamically Anonymous User495912-Mar-2011wpfwpf Updated on 24-Sep-2020
Anonymous User
12-Mar-2011System.Windows.Controls.Button b = new System.Windows.Controls.Button();
b.Content = "OK";
b.Background = System.Windows.Media.Brushes.Red;