HtmlForgeX

API Reference

Class

TablerChipSetSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerChipSetSettings Class(String cssClass) #
Returns: TablerChipSetSettings
EditorBrowsable(2)

Adds an additional CSS class to the chip row for advanced scenarios.

Parameters

cssClass System.String requiredposition: 0
public TablerChipSet End() #
Returns: TablerChipSet

Returns to the root chip set builder.

public TablerChipSetSettings Gap(TablerSpacing spacing) #
Returns: TablerChipSetSettings

Sets the gap between chips using typed spacing.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerChipSetSettings MarginBottom(TablerSpacing spacing) #
Returns: TablerChipSetSettings

Sets the bottom margin for the whole chip row.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerChipSetSettings PaddingX(TablerSpacing spacing) #
Returns: TablerChipSetSettings

Sets the horizontal padding for every chip.

Parameters

spacing HtmlForgeX.TablerSpacing requiredposition: 0
public TablerChipSetSettings Size(TablerBadgeSize size) #
Returns: TablerChipSetSettings

Sets the badge size for every chip.

Parameters

size HtmlForgeX.TablerBadgeSize requiredposition: 0
public TablerChipSetSettings Style(TablerBadgeVisualStyle style) #
Returns: TablerChipSetSettings

Sets the visual badge style for every chip.

Parameters

style HtmlForgeX.TablerBadgeVisualStyle requiredposition: 0
public TablerChipSetSettings SurfaceTokens(Boolean enabled = true) #
Returns: TablerChipSetSettings

Controls whether HtmlForgeX surface chip tokens are applied.

Parameters

enabled System.Boolean = true optionalposition: 0