Skip to content

A C# Library of Bubble Notifications with Animations for Windows Forms Apps

Notifications You must be signed in to change notification settings

t4zzlerdeveloper/EpicNotification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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);

Image Example

Make sure to send new ideas for this project :)

About

A C# Library of Bubble Notifications with Animations for Windows Forms Apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published