WmpToolkits 2.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package WmpToolkits --version 2.0.15
NuGet\Install-Package WmpToolkits -Version 2.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WmpToolkits" Version="2.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WmpToolkits --version 2.0.15
#r "nuget: WmpToolkits, 2.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WmpToolkits as a Cake Addin
#addin nuget:?package=WmpToolkits&version=2.0.15

// Install WmpToolkits as a Cake Tool
#tool nuget:?package=WmpToolkits&version=2.0.15

wmp.toolkits

介绍

Wpf+MaterialDesign+Prism 的工具类库 它结合Prism Ioc框架和MaterialDesignTheme UI框架,帮助快速构建WPF项目

安装教程
  1. Nuget 搜索WmpToolkits
使用说明
  1. App.xaml <prism:PrismApplication x:Class="Wmp.Demo.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Wmp.Demo" xmlns:md="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:prism="http://prismlibrary.com/" xmlns:wmp="clr-namespace:Wmp.Toolkits;assembly=Wmp.Toolkits"> <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <md:BundledTheme BaseTheme="Dark" PrimaryColor="LightBlue" SecondaryColor="Purple" /> <ResourceDictionary Source="pack://application:,,,/Wmp.Toolkits;component/WmpControls.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources> </prism:PrismApplication>

  2. App.xaml.cs namespace Wmp.Demo { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App { protected override Window CreateShell() { return Container.Resolve<MainView>(); }

    protected override void RegisterTypes(IContainerRegistry containerRegistry) { //注册Wmp依赖 containerRegistry.RegisterWmpDependencies(Container); } } }

  3. 在窗体中使用Wmp容器 xmlns:wc="clr-namespace:Wmp.Toolkits.WmpControls;assembly=Wmp.Toolkits" 宿主窗体使用wc:WmpWindow 或者在窗体中添加wc:WmpContainer 4.可以为WmpWindow或者WmpContainer指定 LoadingHostId=""属性和 DialogHostId="" 属性 5.所有的方法通过WmpControl类进行调用 6.所有的控件存放在 xmlns:wc="clr-namespace:Wmp.Toolkits.WmpControls;assembly=Wmp.Toolkits"

Demo示例

输入图片说明

参与贡献
  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
特技
  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/
Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.1 197 6/3/2023
3.1.0 166 4/27/2023
3.0.12 202 4/3/2023
3.0.11 234 3/20/2023
3.0.10 212 3/20/2023
3.0.9 229 3/7/2023
3.0.8 220 3/7/2023
3.0.7 257 2/14/2023
3.0.6 254 2/14/2023
3.0.5 283 2/1/2023
3.0.4 263 2/1/2023
3.0.3 282 1/19/2023
3.0.2 289 1/19/2023
3.0.1 280 1/18/2023
3.0.0 302 1/16/2023
2.1.6 316 12/21/2022
2.1.4 293 12/20/2022
2.1.3 298 12/20/2022
2.1.2 290 12/20/2022
2.1.1 289 12/19/2022
2.1.0 304 12/16/2022
2.0.15 302 12/14/2022
2.0.14 289 12/14/2022
2.0.13 296 12/13/2022
2.0.12 304 12/9/2022
2.0.10 301 12/9/2022
2.0.9 283 12/9/2022
2.0.8 288 12/9/2022
2.0.7 304 12/7/2022
2.0.6 306 12/7/2022
2.0.5 325 12/5/2022
2.0.3 330 12/4/2022
2.0.2 343 11/23/2022
2.0.1 318 11/23/2022
2.0.0 329 11/23/2022
1.2.0 344 11/22/2022
1.1.9 336 11/22/2022
1.1.8 366 11/17/2022
1.1.7 341 11/17/2022
1.1.6 340 11/16/2022
1.1.5 324 11/16/2022
1.1.4 336 11/15/2022
1.1.3 347 11/14/2022
1.1.2 350 11/13/2022
1.1.1 356 11/13/2022
1.1.0 352 11/12/2022
1.0.27 359 11/11/2022
1.0.26 350 11/10/2022
1.0.25 342 11/9/2022
1.0.24 357 11/9/2022
1.0.23 344 11/8/2022
1.0.22 346 11/8/2022
1.0.21 336 11/8/2022
1.0.20 377 11/7/2022
1.0.19 381 11/6/2022
1.0.18 389 11/4/2022
1.0.17 378 11/4/2022
1.0.16 369 11/3/2022
1.0.15 379 10/28/2022
1.0.14 375 10/28/2022
1.0.13 381 10/27/2022
1.0.12 389 10/27/2022
1.0.11 379 10/27/2022
1.0.10 421 10/19/2022
1.0.9 424 10/19/2022
1.0.8 426 10/19/2022
1.0.7 384 10/18/2022
1.0.6 381 10/18/2022
1.0.5 396 10/18/2022
1.0.4 412 10/17/2022
1.0.3 430 10/16/2022
1.0.2 428 10/15/2022
1.0.1 516 10/9/2022
1.0.0 498 10/8/2022