ToggleButtonBadgeSettingsBuilder
Methods
Size(System.Nullable)
Sets the size of the badge widget that will be displayed in the component.
Parameters
value - System.Nullable<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(System.Nullable)
Sets the theme color of the badge widget that will be displayed in the component.
Parameters
value - System.Nullable<BadgeColor>
The value that configures the themecolor.
Fill(System.Nullable)
Sets the fill mode of the badge widget that will be displayed in the component.
Parameters
value - System.Nullable<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.