title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Properties |
Chip Server-side Properties |
Server-side properties of the WebForms Chip component. |
badge/server-side-programming/properties |
badge,server-side,properties |
true |
1 |
Badge specific properties to change its border radius, size, theme color, and more.
Name | Return type | Description |
---|---|---|
Align |
[Telerik.Web.UI.BadgeAlign ]({%slug badge/client-side-programming/enums#align%}) |
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 ]({%slug badge/client-side-programming/enums#fillmode%}) |
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 ]({%slug badge/client-side-programming/enums#position%}) |
Gets/Sets the position of the badge in its container (e.g., inline, edge). |
Rounded |
[Telerik.Web.UI.BadgeRounded ]({%slug badge/client-side-programming/enums#rounded%}) |
Gets/Sets the border-radius style of the badge (e.g., small, large, full). |
Size |
[Telerik.Web.UI.BadgeSize ]({%slug badge/client-side-programming/enums#size%}) |
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 ]({%slug badge/client-side-programming/enums#themecolor%}) |
Gets/Sets the theme color of the badge (e.g., success, error, primary). |
Visible |
bool |
Gets/Sets the visibility state of the badge. |
- [Enums]({%slug chip/server-side-programming/enums%})