V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
yanjinhua
V2EX  ›  C#

WPFDevelopers.Minimal 基础库

  •  
  •   yanjinhua · 2022-03-08 11:26:23 +08:00 · 1249 次点击
    这是一个创建于 752 天前的主题,其中的信息可能已经有所发展或是发生改变。

    English

    Welcome to WPFDevelopers.Minimal

    .net >= 4.0 Visual Studio 2019 nuget-version WPF 开发者 Downloads

    自定义高级控件 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

    效果展示

    0

    第一步: 添加 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"

    Window

    MessageBox

    Menu

    Button

    RadioButton

    Checkbox

    TextBox

    PasswordBox

    ComboBox

    ToggleButton

    DatePicker

    Slider

    ProgressBar

    DataGrid

    ListBox

    ListView

    TreeView

    Expander Expander

    GroupBox

    TabControl

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3352 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 10:43 · PVG 18:43 · LAX 03:43 · JFK 06:43
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.