ToggleButtonBadgeSettingsBuilder
Methods
Size(Kendo.Mvc.UI.ComponentSize)
Sets the size of the badge widget that will be displayed in the component.
Parameters
value - ComponentSize
The value that configures the size.
Align(Kendo.Mvc.UI.BadgeAlign)
Sets the alignment of the badge widget that will be displayed in the component.
Parameters
value - BadgeAlign
The value that configures the align.
Position(Kendo.Mvc.UI.BadgePosition)
Sets the position of the badge widget that will be displayed in the component.
Parameters
value - BadgePosition
The value that configures the position.
Shape(Kendo.Mvc.UI.BadgeShape)
Sets the shape of the badge widget that will be displayed in the component.
Parameters
value - BadgeShape
The value that configures the shape.
ThemeColor(Kendo.Mvc.UI.BadgeColor)
Sets the theme color of the badge widget that will be displayed in the component.
Parameters
value - BadgeColor
The value that configures the themecolor.
Fill(Kendo.Mvc.UI.BadgeFill)
Sets the fill mode of the badge widget that will be displayed in the component.
Parameters
value - BadgeFill
The value that configures the fill.
Text(System.String)
Sets the text for the badge widget that will be displayed in the component.
Parameters
value - System.String
The value that configures the text.
Visible(System.Boolean)
Sets whether the badge widget will be visible or not in the component.
Parameters
value - System.Boolean
The value that configures the visible.
CutoutBorder(System.Boolean)
Specifies whether or not to render additional cutout border around the badge widget that will be displayed in the component.
Parameters
value - System.Boolean
The value that configures the cutoutborder.