API Reference
Class
TablerProgressListCardSettings
Settings sub-builder for TablerProgressListCard.
Inheritance
- Object
- TablerProgressListCardSettings
Methods
public TablerProgressListCardSettings Accent(TablerColor color) #Returns:
TablerProgressListCardSettingsSets the accent color used by the card.
Parameters
- color HtmlForgeX.TablerColor
public TablerProgressListCardSettings Compact(Boolean enable = true) #Returns:
TablerProgressListCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerProgressListCard End() #Returns:
TablerProgressListCardReturns control to the root card.
public TablerProgressListCardSettings FillHeight(Boolean enable = true) #Returns:
TablerProgressListCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true