How to change backcolor of button control dynamically
Ask by Anonymous User
Updated 24 Sep 2020
System.Windows.Controls.Button b = new System.Windows.Controls.Button();
b.Content = "OK";
b.Background = System.Windows.Media.Brushes.Red;