WPFNotification 1.1.0
dotnet add package WPFNotification --version 1.1.0
NuGet\Install-Package WPFNotification -Version 1.1.0
<PackageReference Include="WPFNotification" Version="1.1.0" />
paket add WPFNotification --version 1.1.0
#r "nuget: WPFNotification, 1.1.0"
// Install WPFNotification as a Cake Addin #addin nuget:?package=WPFNotification&version=1.1.0 // Install WPFNotification as a Cake Tool #tool nuget:?package=WPFNotification&version=1.1.0
Fancy toast notification for WPF applications easy to use and support MVVM pattern. A small notification window with image, title and content displayed at the bottom of the screen. You can use the default implementation or build your own custom notification.Notifications added to a buffer queue then each notification appears after the previous notification disappeared or closed.Support windows 7 or later and different screen resolution
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has 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.
V1.1.0 Remove dependency on System.Reactive.* dlls