level 1
石头里的凤凰
楼主
是因为不允许吗?还是路径问题?
<Grid.Background>
<ImageBrush ImageSource="{DynamicResource SkinBack}"/> </Grid.Background>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml
<ImageSource x:Key="SkinBack">./Pictures/Queuebg.png</ImageSource>
</ResourceDictionary>
上述用法有错吗?跪求指教!在app中,进行加载的时候失败,求指教
Collection<ResourceDictionary> mergedDicts = base.Resources.MergedDictionaries
mergedDicts.Add(skinDict)
2012年07月20日 10点07分
1
<Grid.Background>
<ImageBrush ImageSource="{DynamicResource SkinBack}"/> </Grid.Background>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml
<ImageSource x:Key="SkinBack">./Pictures/Queuebg.png</ImageSource>
</ResourceDictionary>
上述用法有错吗?跪求指教!在app中,进行加载的时候失败,求指教
Collection<ResourceDictionary> mergedDicts = base.Resources.MergedDictionaries
mergedDicts.Add(skinDict)