Windows 8 C#: Windows.Ui.Xaml.Media.ImageSource change Image
问题 WARNING There are two different ImageSource s in Windows API System.Windows.Media.ImageSource = The one of Windows Forms Windows.Ui.Xaml.Media.ImageSource = The one of Windows Store Apps I'm a beginner in C# and Windows 8 Metro Style App programming stuff. But if you want to edit the image of a Image , the "old" method with BitmapImage won't work: XAML: <Image Source="http://image.source.de" x:Name="Image1" /> Code-Behind C#: Image1.Source = new BitmapImage... won't work. The compiler will