Enum BadgeStyle
Specifies the display style of a RadzenBadge. Affects the visual styling of RadzenBadge (background and text color).
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum BadgeStyle : int
Fields
Name | Description |
---|---|
Base | Base styling. Similar to base buttons. |
Danger | Danger styling. |
Dark | Dark styling. Similar to dark buttons. |
Info | Informative styling. |
Light | Light styling. Similar to light buttons. |
Primary | Primary styling. Similar to primary buttons. |
Secondary | Secondary styling. Similar to secondary buttons. |
Success | Success styling. |
Warning | Warning styling. |