Uri uri = new Uri("Images/BACK.gif", UriKind.Relative);BitmapImage bimg = new BitmapImage(uri);AllPage.Background = new ImageBrush(bimg);