API Reference
Class
TablerHeroCardSettings
Settings sub-builder for TablerHeroCard.
Inheritance
- Object
- TablerHeroCardSettings
Methods
public TablerHeroCardSettings Accent(TablerColor color) #Returns:
TablerHeroCardSettingsSets the accent color used by the hero card.
Parameters
- color HtmlForgeX.TablerColor
public TablerHeroCardSettings FillHeight(Boolean enable = true) #Returns:
TablerHeroCardSettingsMakes the card stretch to the available height in grid layouts.
Parameters
- enable System.Boolean = true
public TablerHeroCardSettings MinHeight(Int32 pixels) #Returns:
TablerHeroCardSettingsSets the minimum card height in pixels.
Parameters
- pixels System.Int32