WPF.Custom.PopupDialogs
1.3.1
dotnet add package WPF.Custom.PopupDialogs --version 1.3.1
NuGet\Install-Package WPF.Custom.PopupDialogs -Version 1.3.1
<PackageReference Include="WPF.Custom.PopupDialogs" Version="1.3.1" />
paket add WPF.Custom.PopupDialogs --version 1.3.1
#r "nuget: WPF.Custom.PopupDialogs, 1.3.1"
// Install WPF.Custom.PopupDialogs as a Cake Addin #addin nuget:?package=WPF.Custom.PopupDialogs&version=1.3.1 // Install WPF.Custom.PopupDialogs as a Cake Tool #tool nuget:?package=WPF.Custom.PopupDialogs&version=1.3.1
The objective of developing this project is to facilitate users in implementing customized modal popups in WPF, especially within the MVVM pattern. It offers a straightforward implementation process, allowing users to create modal popups tailored to their project's specific themes and requirements.
Here are the steps to use this project:
1, Tutorial video link :"https://youtu.be/KHNYFUVjBE8"
Installation:
- Install the NuGet package
Initial configuration setup is required.
After the initial setup is finished, users can utilize the following modal custom message box. "ComprehensiveCustomAlertModalPopup","ComprehensiveCustomConfirmModalPopup","CustomAlertModalPopup","CustomConfirmModalPopup"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
THIS PACKAGE CONTAINS CUSTOM MODAL POPUP OF "CustomConfirmModalPopup","CustomAlertModalPopup","ComprehensiveCustomAlertModalPopup","ComprehensiveCustomConfirmModalPopup".You can check this tutorial URL "https://youtu.be/KHNYFUVjBE8"