Info
Version: | 1.0.4 |
Author(s): | Chad Kuehn |
Last Update: | Wednesday, October 15, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chadkuehn/AlertBarWpf |
NuGet Url: | https://www.nuget.org/packages/AlertBarWpf |
Install
Install-Package AlertBarWpf
dotnet add package AlertBarWpf
paket add AlertBarWpf
AlertBarWpf Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
There are four types of alerts: success, danger, warning or information. The color scheme and icons for each are based on the type. The usercontrol only takes up space whenever a message is being shown, otherwise sits at a collapsed state. close button is included to dismiss the alert.
It also has an option to auto-close after a set amount of seconds.