-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme to point to documentation portal
- Loading branch information
1 parent
70edab7
commit 5e4ab55
Showing
3 changed files
with
8 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,13 @@ | ||
Orc.Notifications | ||
================== | ||
================= | ||
|
||
[](https://gitter.im/WildGums/Orc.Notifications?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
 | ||
 | ||
 | ||
 | ||
Name|Badge | ||
---|--- | ||
Chat|[](https://gitter.im/WildGums/Orc.Notifications?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
Downloads| | ||
Stable version| | ||
Unstable version| | ||
|
||
This library is used to create and display desktop notifications. Notification looks like popup windows and will appear on the top right corner of the screen. | ||
|
||
Notifications can be used to briefly display important information to the user. | ||
|
||
 | ||
|
||
In order to create notifications in your application use IOC with the *INotificationService* interface. | ||
|
||
A default *Notification* class, which implements the *INotification* interface is provided. | ||
|
||
```c# | ||
public interface INotification | ||
{ | ||
string Title { get; set; } | ||
string Message { get; set; } | ||
ICommand Command { get; set; } | ||
TimeSpan ShowTime { get; set; } | ||
SolidColorBrush BorderBrush { get; set; } | ||
SolidColorBrush BackgroundBrush { get; set; } | ||
SolidColorBrush FontBrush { get; set; } | ||
} | ||
``` | ||
|
||
|
||
|
||
For documentation, please visit the [documentation portal](http://opensource.wildgums.com) |
Binary file not shown.
Binary file not shown.