API Reference
Class
TablerNarrativeSummaryCardSettings
Settings sub-builder for TablerNarrativeSummaryCard.
Inheritance
- Object
- TablerNarrativeSummaryCardSettings
Methods
public TablerNarrativeSummaryCardSettings Accent(TablerColor color) #Returns:
TablerNarrativeSummaryCardSettingsSets the ambient accent color used by the card shell.
Parameters
- color HtmlForgeX.TablerColor
public TablerNarrativeSummaryCardSettings Compact(Boolean enable = true) #Returns:
TablerNarrativeSummaryCardSettingsUses a tighter overall layout.
Parameters
- enable System.Boolean = true
public TablerNarrativeSummaryCard End() #Returns:
TablerNarrativeSummaryCardReturns control to the root briefing card.
public TablerNarrativeSummaryCardSettings FillHeight(Boolean enable = true) #Returns:
TablerNarrativeSummaryCardSettingsMakes the card stretch to match surrounding equal-height surfaces.
Parameters
- enable System.Boolean = true
public TablerNarrativeSummaryCardSettings MinColumnWidth(String value) #Returns:
TablerNarrativeSummaryCardSettingsSets the minimum width used by each metric chip column.
Parameters
- value System.String
public TablerNarrativeSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #Returns:
TablerNarrativeSummaryCardSettingsControls when the narrative surface and briefing rail are allowed to split into separate columns.
Parameters
- breakpoint HtmlForgeX.TablerBreakpoint