ToggleButtonBadgeSettingsTagHelper
Example
Razor
<badge/>
Attributes
Attribute | Type | Description |
---|---|---|
align | BadgeAlign | Sets the alignment of the badge widget that will be displayed in the component. |
cutout-border | Boolean | Specifies whether or not to render additional cutout border around the badge widget that will be displayed in the component. |
fill | BadgeFill | Sets the fill mode of the badge widget that will be displayed in the component. |
position | BadgePosition | Sets the position of the badge widget that will be displayed in the component. |
shape | BadgeShape | Sets the shape of the badge widget that will be displayed in the component. |
size | ComponentSize | Sets the size of the badge widget that will be displayed in the component. |
text | String | Sets the text for the badge widget that will be displayed in the component. |
theme-color | BadgeColor | Sets the theme color of the badge widget that will be displayed in the component. |
visible | Boolean | Sets whether the badge widget will be visible or not in the component. |