Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 3.2 KB

File metadata and controls

32 lines (27 loc) · 3.2 KB
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

Properties

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.

Next Steps

  • [Enums]({%slug chip/server-side-programming/enums%})