HtmlForgeX

API Reference

Class

TablerTimelineSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerTimelineSummaryCard.

Inheritance

  • Object
  • TablerTimelineSummaryCardSettings

Methods

public TablerTimelineSummaryCardSettings Accent(TablerColor color) #
Returns: TablerTimelineSummaryCardSettings

Sets the accent color used by the card shell.

Parameters

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

Compacts the card spacing for denser layouts.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerTimelineSummaryCardSettings CompactMetrics(Boolean enable = true) #
Returns: TablerTimelineSummaryCardSettings

Applies compact summary-strip styling to the metric rail.

Parameters

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

Returns control to the root timeline summary card.

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

Makes the card stretch to the available height.

Parameters

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

Sets the minimum column width for summary-strip metrics.

Parameters

width System.String requiredposition: 0
public TablerTimelineSummaryCardSettings TimelineMaxHeight(Int32 pixels) #
Returns: TablerTimelineSummaryCardSettings

Sets the maximum visible timeline height before scrolling.

Parameters

pixels System.Int32 requiredposition: 0