API Reference
Class
TablerTimelineSummaryCardSettings
Settings sub-builder for TablerTimelineSummaryCard.
Inheritance
- Object
- TablerTimelineSummaryCardSettings
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
- Method TablerTimelineSummaryCardSettings.Accent
- Method TablerTimelineSummaryCardSettings.Compact
- Method TablerTimelineSummaryCardSettings.CompactMetrics
- Method TablerTimelineSummaryCardSettings.FillHeight
- Method TablerTimelineSummaryCardSettings.MinColumnWidth
- Method TablerTimelineSummaryCardSettings.TimelineMaxHeight
Accepted by parameters
Methods
public TablerTimelineSummaryCardSettings Accent(TablerColor color) #Returns:
TablerTimelineSummaryCardSettingsSets the accent color used by the card shell.
Parameters
- color HtmlForgeX.TablerColor
public TablerTimelineSummaryCardSettings Compact(Boolean enable = true) #Returns:
TablerTimelineSummaryCardSettingsCompacts the card spacing for denser layouts.
Parameters
- enable System.Boolean = true
public TablerTimelineSummaryCardSettings CompactMetrics(Boolean enable = true) #Returns:
TablerTimelineSummaryCardSettingsApplies compact summary-strip styling to the metric rail.
Parameters
- enable System.Boolean = true
public TablerTimelineSummaryCard End() #Returns:
TablerTimelineSummaryCardReturns control to the root timeline summary card.
public TablerTimelineSummaryCardSettings FillHeight(Boolean enable = true) #Returns:
TablerTimelineSummaryCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerTimelineSummaryCardSettings MinColumnWidth(String width) #Returns:
TablerTimelineSummaryCardSettingsEditorBrowsable(2)Sets the minimum column width for summary-strip metrics.
Type Parameters
- TWidth
Parameters
- width System.String
MinColumnWidth``1(``0 width) #Sets the minimum column width for summary-strip metrics.
Parameters
- width ``0
public TablerTimelineSummaryCardSettings TimelineMaxHeight(Int32 pixels) #Returns:
TablerTimelineSummaryCardSettingsSets the maximum visible timeline height before scrolling.
Parameters
- pixels System.Int32