New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Properties
Badge specific properties to change its border radius, size, theme color, and more.
Name | Return type | Description |
---|---|---|
Align | Telerik.Web.UI.BadgeAlign | Gets/Sets the alignment of the badge within its container (e.g., top-left, bottom-right). |
CutoutBorder | bool | Gets/Sets the state of the cutout border on the badge. |
FillMode | Telerik.Web.UI.BadgeFillMode | Gets/Sets the fill mode of the badge, determining its styling (e.g., solid or outline). |
Icon | string | Gets/Sets the name of the icon used to display on the badge. |
Max | number | Gets/Sets the maximum value that the badge can hold or display. |
Position | Telerik.Web.UI.BadgePosition | Gets/Sets the position of the badge in its container (e.g., inline, edge). |
Rounded | Telerik.Web.UI.BadgeRounded | Gets/Sets the border-radius style of the badge (e.g., small, large, full). |
Size | Telerik.Web.UI.BadgeSize | Gets/Sets the size of the badge (e.g., small, medium, large). |
Template | string | Gets/Sets the template for custom badge content. |
Text | string | Gets/Sets the text content of the badge. |
ThemeColor | Telerik.Web.UI.BadgeThemeColor | Gets/Sets the theme color of the badge (e.g., success, error, primary). |
Visible | bool | Gets/Sets the visibility state of the badge. |