API Reference
Class
TablerActionSummaryCardSettings
Settings sub-builder for TablerActionSummaryCard.
Inheritance
- Object
- TablerActionSummaryCardSettings
Methods
public TablerActionSummaryCardSettings Accent(TablerColor color) #Returns:
TablerActionSummaryCardSettingsSets the accent color used by the card shell.
Parameters
- color HtmlForgeX.TablerColor
public TablerActionSummaryCardSettings Compact(Boolean enable = true) #Returns:
TablerActionSummaryCardSettingsCompacts the card spacing for denser layouts.
Parameters
- enable System.Boolean = true
public TablerActionSummaryCardSettings CompactMetrics(Boolean enable = true) #Returns:
TablerActionSummaryCardSettingsApplies compact summary-strip styling to the metric rail.
Parameters
- enable System.Boolean = true
public TablerActionSummaryCard End() #Returns:
TablerActionSummaryCardReturns control to the root action summary card.
public TablerActionSummaryCardSettings FillHeight(Boolean enable = true) #Returns:
TablerActionSummaryCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerActionSummaryCardSettings MinColumnWidth(String width) #Returns:
TablerActionSummaryCardSettingsSets the minimum column width for summary-strip metrics.
Parameters
- width System.String
public TablerActionSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #Returns:
TablerActionSummaryCardSettingsControls when the actions and notes areas switch into a two-column layout. Defaults to ExtraExtraLarge so narrower support columns stay readable on half-width and smaller windows.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint