API Reference
Class
TablerChipSetSettings
Settings builder for TablerChipSet.
Inheritance
- Object
- TablerChipSetSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method TablerChipSet.Settings
Methods
public TablerChipSetSettings Class(String cssClass) #Returns:
TablerChipSetSettingsEditorBrowsable(2)Adds an additional CSS class to the chip row for advanced scenarios.
Parameters
- cssClass System.String
public TablerChipSetSettings Gap(TablerSpacing spacing) #Returns:
TablerChipSetSettingsSets the gap between chips using typed spacing.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerChipSetSettings MarginBottom(TablerSpacing spacing) #Returns:
TablerChipSetSettingsSets the bottom margin for the whole chip row.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerChipSetSettings PaddingX(TablerSpacing spacing) #Returns:
TablerChipSetSettingsSets the horizontal padding for every chip.
Parameters
- spacing HtmlForgeX.TablerSpacing
public TablerChipSetSettings Size(TablerBadgeSize size) #Returns:
TablerChipSetSettingsSets the badge size for every chip.
Parameters
- size HtmlForgeX.TablerBadgeSize
public TablerChipSetSettings Style(TablerBadgeVisualStyle style) #Returns:
TablerChipSetSettingsSets the visual badge style for every chip.
Parameters
- style HtmlForgeX.TablerBadgeVisualStyle
public TablerChipSetSettings SurfaceTokens(Boolean enabled = true) #Returns:
TablerChipSetSettingsControls whether HtmlForgeX surface chip tokens are applied.
Parameters
- enabled System.Boolean = true