我試圖添加對在另一個項目(例如Elysium)中定義的資源庫的引用,並在表達式混合中使用它。Expression Blend如何添加對第三方庫主題中定義的外部資源字典的引用
下面是我如何合併我的App.Xaml文件中的資源字典。
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro.Resources;component/Icons.xaml" />
<ResourceDictionary Source="pack://application:,,,/Telerik.Windows.Themes.Metro;component/Themes/System.Windows.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
但我似乎無法得到在Expression Blend 4的這些庫中定義的任何刷資源。任何想法?
你有沒有找到解決這個問題的方法?我遇到了完全相同的問題 –
@DeanChalk是的,我在下面發佈了我的解決方案,但不允許將我的答案標記爲解決方案。如果您覺得有用,請嘗試標記爲答案。謝謝。 –