Enum ToastSeverity
Describes the semantic severity of a toast, used to adjust visuals.
Namespace: Syncfusion.UI.Xaml.SfToastNotification
Assembly: Syncfusion.SfToastNotification.WPF.dll
Syntax
public enum ToastSeverity
Fields
| Name | |
|---|---|
| Error | Error severity (negative/failure state). |
| Info | Informational severity (neutral tone). |
| None | |
| Success | Success severity (positive result). |
| Warning | Warning severity (requires attention). |