XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEToolBox

【WPF】XFE工具箱

公开
关注 0 Fork 0 Star 0
UTF-8
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <!-- 工具箱与外部工具共同加载的主题入口;工具作者无需显式引用任何 Style。 -->
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/XFEToolBox.WpfCore;component/Resources/Style/Theme/LightTheme.xaml"/>
        <ResourceDictionary Source="/XFEToolBox.WpfCore;component/Resources/Style/WindowChromeStyle.xaml"/>
        <ResourceDictionary Source="/XFEToolBox.WpfCore;component/Resources/Style/StandardControlsStyle.xaml"/>
        <ResourceDictionary Source="/XFEToolBox.WpfCore;component/Resources/Style/UnifiedControlsStyle.xaml"/>
        <ResourceDictionary Source="/XFEToolBox.WpfCore;component/Resources/Style/SettingsControlsStyle.xaml"/>
        <ResourceDictionary Source="/XFEToolBox.WpfCore;component/Resources/Style/MyControlsStyle.xaml"/>
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>