ImageBrush backImage = new ImageBrush(); backImage.ImageSource = new BitmapImage(new Uri("Images/register_btn.png", UriKind.Relative)); button1.Background = backImage;