NotificationCenter Members

The NotificationCenter type exposes the following members.

Constructors


  Name Description
Public method NotificationCenter()()()()
Initializes a new instance of the NotificationCenter class.

Fields


  Name Description
Public field Static member AlertMaxHeightProperty
The alert text content maximum height in the alert center.
Public field Static member AlertMaxWidthProperty
The alert maximum width property of the notification center popup.
Public field Static member ButtonHorizontalAlignmentProperty
The button alignment property
Public field Static member IsItemsAscendingProperty
The is items ascending property
Public field Static member MaxNotificationsProperty
The maximum notifications property
Public field Static member NewAlertColorProperty
Color of the icon when there is a new alert.
Public field Static member NewAlertIconProperty
The icon when there is a new alert.
Public field Static member NoAlertColorProperty
Color of the icon when there are no unread alerts.
Public field Static member NoAlertIconProperty
The icon when there are no unread alerts.
Public field Static member ShowNotificationCenterButtonProperty
The show notification center button property

Properties


  Name Description
Public property AlertMaxHeight
Gets or sets the maximum height of the alert.
Public property AlertMaxWidth
Gets or sets the maximum width of the alert.
Public property ButtonHorizontalAlignment
Gets or sets the button alignment.
Public property DisplayNotes
Gets the toasts.
Public property IsItemsAscending
Gets or sets a value indicating whether this instance is items ascending.
Public property MaxNotifications
Gets or sets the maximum notifications.
Public property NewAlertColor
The color used when a new alert is detected.
Public property NewAlertIcon
The icon used when a new alert is detected.
Public property NewNotificationCount
Gets new notification count.
Public property NoAlertColor
Gets or sets the color of the no alert.
Public property NoAlertIcon
Gets or sets the no alert icon.
Public property Notifications
Gets the alert center notifications.
Public property NotificationsVisible
Gets or sets a value indicating whether [notifications visible].
Public property ShowNotificationCenterButton
Gets or sets a value indicating whether [show notification center button].
Public property ToggleCommand
Gets the toggle command.

Events


  Name Description
Public event PropertyChanged
Occurs when a property value changes.