API Reference
Class
TablerHeroCardSettings
Settings sub-builder for TablerHeroCard.
Inheritance
- Object
- TablerHeroCardSettings
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 TablerHeroCard.Settings
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
HeaderInfo 2 overloads
public TablerHeroCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Auto, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #Returns:
TablerHeroCardSettingsAdds a compact info affordance to the hero corner.
Parameters
- text System.String
- title System.String = null
- placement HtmlForgeX.TablerPopoverPlacement = Auto
- trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly
- visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle
public TablerHeroCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #Returns:
TablerHeroCardSettingsAdds a fully configured info affordance to the hero corner.
Parameters
- configure System.Action{HtmlForgeX.TablerInfoPopover}
public TablerHeroCardSettings MinHeight(Int32 pixels) #Returns:
TablerHeroCardSettingsSets the minimum card height in pixels.
Parameters
- pixels System.Int32