HtmlForgeX

API Reference

Class

TablerStatTileCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerStatTileCard.

Inheritance

  • Object
  • TablerStatTileCardSettings

Methods

public TablerStatTileCardSettings Accent(TablerColor color) #
Returns: TablerStatTileCardSettings

Sets the accent color used by the tile.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerStatTileCardSettings Compact(Boolean enable = true) #
Returns: TablerStatTileCardSettings

Uses tighter spacing inside the tile.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerStatTileCard End() #
Returns: TablerStatTileCard

Returns control to the root stat tile card.

public TablerStatTileCardSettings FillHeight(Boolean enable = true) #
Returns: TablerStatTileCardSettings

Makes the tile stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0