API Reference
Class
TablerStatTileCardSettings
Settings sub-builder for TablerStatTileCard.
Inheritance
- Object
- TablerStatTileCardSettings
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 TablerStatTileCard.Settings
Methods
public TablerStatTileCardSettings Accent(TablerColor color) #Returns:
TablerStatTileCardSettingsSets the accent color used by the tile.
Parameters
- color HtmlForgeX.TablerColor
public TablerStatTileCardSettings Compact(Boolean enable = true) #Returns:
TablerStatTileCardSettingsUses tighter spacing inside the tile.
Parameters
- enable System.Boolean = true
public TablerStatTileCard End() #Returns:
TablerStatTileCardReturns control to the root stat tile card.
public TablerStatTileCardSettings FillHeight(Boolean enable = true) #Returns:
TablerStatTileCardSettingsMakes the tile stretch to the available height.
Parameters
- enable System.Boolean = true