HtmlForgeX

API Reference

Class

TablerNarrativeSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerNarrativeSummaryCard.

Inheritance

  • Object
  • TablerNarrativeSummaryCardSettings

Methods

public TablerNarrativeSummaryCardSettings Accent(TablerColor color) #
Returns: TablerNarrativeSummaryCardSettings

Sets the ambient accent color used by the card shell.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerNarrativeSummaryCardSettings Compact(Boolean enable = true) #
Returns: TablerNarrativeSummaryCardSettings

Uses a tighter overall layout.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerNarrativeSummaryCard End() #
Returns: TablerNarrativeSummaryCard

Returns control to the root briefing card.

public TablerNarrativeSummaryCardSettings FillHeight(Boolean enable = true) #
Returns: TablerNarrativeSummaryCardSettings

Makes the card stretch to match surrounding equal-height surfaces.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerNarrativeSummaryCardSettings MinColumnWidth(String value) #
Returns: TablerNarrativeSummaryCardSettings

Sets the minimum width used by each metric chip column.

Parameters

value System.String requiredposition: 0
public TablerNarrativeSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #
Returns: TablerNarrativeSummaryCardSettings

Controls when the narrative surface and briefing rail are allowed to split into separate columns.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0