NotificationType Enumeration

The type of notification message such as information, error, warning, or success message.

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

Syntax


public enum NotificationType
Public Enumeration NotificationType
public enum class NotificationType

Members


Member nameDescription
Information Informational notification.
Error Error notification.
Warning Warning notification.
Success Success notification.