Notification Members
The Notification type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Notification()()()() |
Initializes a new instance of the Notification class.
|
|
|
Notification(Notification) |
Initializes a new instance of the Notification class.
|
Fields
| Name | Description | |
|---|---|---|
|
|
AlertMaxHeightProperty |
The alert maximum height property
|
|
|
AlertTypeProperty |
The alert type property
|
|
|
CreatedOnVisibilityProperty |
The created on visibility property
|
|
|
NotificationTypeProperty |
The notification type: Information, Error, Success, Info, Warning.
|
|
|
RemoveNotificationCommandProperty |
The remove notification command property
|
|
|
ShowExpanderProperty |
The show expander property
|
|
|
TextProperty |
The text of the notification.
|
|
|
TitleProperty |
The header / title of the notification.
|
|
|
UnreadProperty |
Indicates if notification is unread.
|
Properties
| Name | Description | |
|---|---|---|
|
|
AlertMaxHeight |
Gets or sets the maximum height of the alert.
|
|
|
AlertType |
Gets or sets the type of the alert.
|
|
|
CreatedOn |
Gets the created on.
|
|
|
CreatedOnVisibility |
Gets or sets the created on visibility.
|
|
|
DisplayTime |
Gets or sets the display time.
|
|
|
IsClickable |
Gets or sets a value indicating whether this instance is clickable.
|
|
|
NotificationType |
Gets or sets the type of the notification.
|
|
|
RemoveNotificationCommand |
Gets or sets the remove notification command.
|
|
|
ShowExpander |
Gets or sets a value indicating whether [show expander].
|
|
|
Text |
Gets or sets the text.
|
|
|
Title |
Gets or sets the title.
|
|
|
Unread |
Gets or sets a value indicating whether this Notification is unread.
|
Events
| Name | Description | |
|---|---|---|
|
|
OnClicked |
Occurs when content is clicked.
|
|
|
PropertyChanged |
Occurs when a property value changes.
|

