HtmlForgeX

API Reference

Class

TablerInsightSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerInsightSummaryCard.

Inheritance

  • Object
  • TablerInsightSummaryCardSettings

Methods

public TablerInsightSummaryCardSettings Accent(TablerColor color) #
Returns: TablerInsightSummaryCardSettings

Sets the accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerInsightSummaryCard End() #
Returns: TablerInsightSummaryCard

Returns control to the root insight summary card.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerInsightSummaryCardSettings MinHeight(Int32 pixels) #
Returns: TablerInsightSummaryCardSettings

Sets the minimum visible card height.

Parameters

pixels System.Int32 requiredposition: 0
public TablerInsightSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #
Returns: TablerInsightSummaryCardSettings

Controls when the hero surface and insight tiles are allowed to split into separate columns.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0