后台数据绑定

//本地 this.image1.Source = new BitmapImage( new Uri("Desert.jpg", UriKind.Relative) ); //网络 this.image1.Source = new BitmapImage( new Uri("http://img.download.pchome.net/3k/37/131467_800x600.jpg", UriKind.Absolute) );