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.  net9.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 263 6/3/2023
3.1.0 205 4/27/2023
3.0.12 244 4/3/2023
3.0.11 268 3/20/2023
3.0.10 252 3/20/2023
3.0.9 253 3/7/2023
3.0.8 260 3/7/2023
3.0.7 297 2/14/2023
3.0.6 290 2/14/2023
3.0.5 319 2/1/2023
3.0.4 303 2/1/2023
3.0.3 329 1/19/2023
3.0.2 331 1/19/2023
3.0.1 321 1/18/2023
3.0.0 343 1/16/2023
2.1.6 354 12/21/2022
2.1.4 332 12/20/2022
2.1.3 355 12/20/2022
2.1.2 331 12/20/2022
2.1.1 322 12/19/2022
2.1.0 343 12/16/2022
2.0.15 339 12/14/2022
2.0.14 329 12/14/2022
2.0.13 338 12/13/2022
2.0.12 348 12/9/2022
2.0.10 343 12/9/2022
2.0.9 327 12/9/2022
2.0.8 327 12/9/2022
2.0.7 339 12/7/2022
2.0.6 349 12/7/2022
2.0.5 364 12/5/2022
2.0.3 368 12/4/2022
2.0.2 390 11/23/2022
2.0.1 361 11/23/2022
2.0.0 365 11/23/2022
1.2.0 388 11/22/2022
1.1.9 361 11/22/2022
1.1.8 410 11/17/2022
1.1.7 374 11/17/2022
1.1.6 373 11/16/2022
1.1.5 360 11/16/2022
1.1.4 379 11/15/2022
1.1.3 389 11/14/2022
1.1.2 391 11/13/2022
1.1.1 392 11/13/2022
1.1.0 402 11/12/2022
1.0.27 394 11/11/2022
1.0.26 392 11/10/2022
1.0.25 381 11/9/2022
1.0.24 400 11/9/2022
1.0.23 380 11/8/2022
1.0.22 380 11/8/2022
1.0.21 379 11/8/2022
1.0.20 421 11/7/2022
1.0.19 438 11/6/2022
1.0.18 432 11/4/2022
1.0.17 411 11/4/2022
1.0.16 409 11/3/2022
1.0.15 421 10/28/2022
1.0.14 418 10/28/2022
1.0.13 403 10/27/2022
1.0.12 433 10/27/2022
1.0.11 415 10/27/2022
1.0.10 463 10/19/2022
1.0.9 458 10/19/2022
1.0.8 463 10/19/2022
1.0.7 422 10/18/2022
1.0.6 428 10/18/2022
1.0.5 439 10/18/2022
1.0.4 452 10/17/2022
1.0.3 470 10/16/2022
1.0.2 463 10/15/2022
1.0.1 559 10/9/2022
1.0.0 540 10/8/2022