System.Windows.Controls.Button b = new System.Windows.Controls.Button(); b.Content = \"OK\"; b.Background = System.Windows.Media.Brushes.Red;
System.Windows.Controls.Button b = new System.Windows.Controls.Button();
b.Content = "OK";
b.Background = System.Windows.Media.Brushes.Red;