API Reference
Class
TablerEmptyStateCardSettings
Settings sub-builder for TablerEmptyStateCard.
Inheritance
- Object
- TablerEmptyStateCardSettings
Methods
public TablerEmptyStateCardSettings Accent(TablerColor color) #Returns:
TablerEmptyStateCardSettingsSets the ambient accent color used by the card shell.
Parameters
- color HtmlForgeX.TablerColor
public TablerEmptyStateCardSettings Compact(Boolean enable = true) #Returns:
TablerEmptyStateCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerEmptyStateCard End() #Returns:
TablerEmptyStateCardReturns control to the root card surface.
public TablerEmptyStateCardSettings FillHeight(Boolean enable = true) #Returns:
TablerEmptyStateCardSettingsMakes the empty-state card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerEmptyStateCardSettings MinHeight(String minHeight) #Returns:
TablerEmptyStateCardSettingsSets a minimum height for the empty-state surface.
Parameters
- minHeight System.String