How to change the Background color of a button dynamically in WPF?
Syed Shakeer
System.Windows.Controls.Button objButtton=new System.Windows.Controls.Button();
objButton.Background=System.Windows.Media.Burshes.Red;