WPFDevelopers.Minimal 基础库

2022-03-08 11:26:23 +08:00
 yanjinhua

English

Welcome to WPFDevelopers.Minimal

自定义高级控件 https://github.com/WPFDevelopersOrg/WPFDevelopers

码云 https://gitee.com/WPFDevelopersOrg

加入 QQ 群:458041663

欢迎关注微信公众号

.Net Version

.Net Version Status
Net40
net45
net46
net47
net48
netcoreapp3.0
net5.0-windows

效果展示

第一步: 添加 nuget;

Install-Package WPFDevelopers.Minimal

第二步: App.xaml 中增加节点:

           <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/WPFDevelopers.Minimal;component/Themes/Theme.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

第三步:添加命名空间:

xmlns:ws="https://github.com/WPFDevelopersOrg.WPFDevelopers.Minimal"

1288 次点击
所在节点    C#
0 条回复

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/838814

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX