API Reference
Class
TablerInsightSummaryCardSettings
Settings sub-builder for TablerInsightSummaryCard.
Inheritance
- Object
- TablerInsightSummaryCardSettings
Methods
public TablerInsightSummaryCardSettings Accent(TablerColor color) #Returns:
TablerInsightSummaryCardSettingsSets the accent color used by the card.
Parameters
- color HtmlForgeX.TablerColor
public TablerInsightSummaryCard End() #Returns:
TablerInsightSummaryCardReturns control to the root insight summary card.
public TablerInsightSummaryCardSettings FillHeight(Boolean enable = true) #Returns:
TablerInsightSummaryCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerInsightSummaryCardSettings MinHeight(Int32 pixels) #Returns:
TablerInsightSummaryCardSettingsSets the minimum visible card height.
Parameters
- pixels System.Int32
public TablerInsightSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #Returns:
TablerInsightSummaryCardSettingsControls when the hero surface and insight tiles are allowed to split into separate columns.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint