当前位置: 代码迷 >> Windows Mobile >> windows phone图片途径
  详细解决方案

windows phone图片途径

热度:69   发布时间:2016-04-25 07:25:39.0
windows phone图片路径
ImageBrush b = new ImageBrush();
            b.ImageSource = new BitmapImage(new Uri("/白.jpg", UriKind.Relative));
            b.Stretch = Stretch.Fill;
            ContentPanel.Background = b;

这里的图片路径如何设置呢?
求大神指教!

------解决方案--------------------
白.jpg
在你的工程根目录下?
  相关解决方案