API Reference
Class
TablerNarrativeSummaryCardSettings
Settings sub-builder for TablerNarrativeSummaryCard.
Inheritance
- Object
- TablerNarrativeSummaryCardSettings
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
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:
TablerNarrativeSummaryCardSettingsEditorBrowsable(2)Sets the minimum width used by each metric chip column.
Type Parameters
- TWidth
Parameters
- value System.String
MinColumnWidth``1(``0 width) #Sets the minimum width used by each metric chip column.
Parameters
- width ``0
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