Enum BadgeFill
Defines the constants that specify the background of the SfBadge.
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum BadgeFill
Fields
| Name | Description |
|---|---|
| Accent | Specifies an accent badge. |
| Alt | Specifies an alt badge. |
| Default | Specifies a default badge. |
| Error | Specifies an error badge. |
| Information | Specifies an information badge. |
| Success | Specifies a success badge. |
| Warning | Specifies a warning badge. |