IgorYunusov / NotificationManager

A little C# library that allows you to display custom notifications on the user's screen

Home Page:https://www.nuget.org/packages/NotificationManager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotificationManager

NuGet version (NotificationManager) NuGet downloads (NotificationManager) GitHub last commit

Установка библиотеки

Package Manager

PM> Install-Package NotificationManager

.NET CLI

> dotnet add package NotificationManager

Основные возможности

  • Отображение уведомлений с заданным текстом и типом
  • Использование кастомизируемых уведомлений
  • Изменение положения отображения и скорости анимаций
  • Возможность настройки цвета и изображений на отображаемой форме

Документация ко всем методам и свойствам библиотеки находится на странице Wiki.

Примеры использования библиотеки: https://github.com/Irval1337/NotificationManager/tree/main/Examples Код уведомления основан на статье с сайта https://csharpui.com/

Превью работы

Preview

About

A little C# library that allows you to display custom notifications on the user's screen

https://www.nuget.org/packages/NotificationManager/

License:MIT License


Languages

Language:C# 100.0%