Enum BadgeType
Defines the badge type for the badge control.
Namespace: Syncfusion.XForms.WPF.BadgeView
Assembly: Syncfusion.SfBadgeView.XForms.WPF.dll
Syntax
public enum BadgeType
Fields
| Name | Description |
|---|---|
| Dark | Defines the badge type as dark for the badge control |
| Error | Defines the badge type as danger for the badge control |
| Info | Defines the badge type as info for the badge control |
| Light | Defines the badge type as light for the badge control |
| None | Defines the badge type as none for the badge control |
| Primary | Defines the badge type as primary for the badge control |
| Secondary | Defines the badge type as secondary for the badge control |
| Success | Defines the badge type as success for the badge control |
| Warning | Defines the badge type as warning for the badge control |