AlertType Enumeration

The type of notification such as alert center or toast popup.

Namespace:  Wpf.NotificationCenter.Enums
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


public enum AlertType
Public Enumeration AlertType
public enum class AlertType

Members


Member nameDescription
All All notification types.
NotificationCenter The notification center alert.
NotificationPopup The notification popup or toast message.