EpicNotification 1.0.0
dotnet add package EpicNotification --version 1.0.0
NuGet\Install-Package EpicNotification -Version 1.0.0
<PackageReference Include="EpicNotification" Version="1.0.0" />
<PackageVersion Include="EpicNotification" Version="1.0.0" />
<PackageReference Include="EpicNotification" />
paket add EpicNotification --version 1.0.0
#r "nuget: EpicNotification, 1.0.0"
#:package EpicNotification@1.0.0
#addin nuget:?package=EpicNotification&version=1.0.0
#tool nuget:?package=EpicNotification&version=1.0.0
EpicNotification
A C# Library of Bubble Notifications with Animations for Windows Forms Apps
USAGE
Notification.Show(enTitle, enContent, enTitleColor, enMilliseconds);
enTitle - The Title of the Bubble Notification (type: string) (Max Length: 15)
enContent - The Content of the Bubble Notification (type: string)(Max Length: 25)
enTitleColor - The Title Color of the Bubble Notification (type: Color)
enMilliseconds - The Display Time for the Bubble Notification in Milliseconds (type: int)
EXAMPLE
Notification.Show("Nice Title","This is a cool description.",Color.Red,3000);
Make sure to send new ideas for this project 😃
Learn more about Target Frameworks and .NET Standard.
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.
Version | Downloads | Last Updated |
---|---|---|
1.0.0 | 530 | 12/11/2020 |