API Reference
Class
TablerTrackingSummaryCardSettings
Settings sub-builder for TablerTrackingSummaryCard.
Inheritance
- Object
- TablerTrackingSummaryCardSettings
Methods
public TablerTrackingSummaryCardSettings Accent(TablerColor color) #Returns:
TablerTrackingSummaryCardSettingsSets the accent color used by the card.
Parameters
- color HtmlForgeX.TablerColor
public TablerTrackingSummaryCardSettings BlockHeight(String height) #Returns:
TablerTrackingSummaryCardSettingsSets the height of the tracking blocks.
Parameters
- height System.String
public TablerTrackingSummaryCardSettings Compact(Boolean enable = true) #Returns:
TablerTrackingSummaryCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerTrackingSummaryCard End() #Returns:
TablerTrackingSummaryCardReturns control to the root card.
public TablerTrackingSummaryCardSettings FillHeight(Boolean enable = true) #Returns:
TablerTrackingSummaryCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true