ImageBrush ib = new ImageBrush(); ib.ImageSource = new BitmapImage(new Uri(@"sampleImages\berries.jpg",UriKind.Relative)); mycanvas.Background = ib;