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