HtmlForgeX

API Reference

Class

TablerEmptyStateCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerEmptyStateCard.

Inheritance

  • Object
  • TablerEmptyStateCardSettings

Methods

public TablerEmptyStateCardSettings Accent(TablerColor color) #
Returns: TablerEmptyStateCardSettings

Sets the ambient accent color used by the card shell.

Parameters

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

Uses tighter spacing inside the card.

Parameters

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

Returns control to the root card surface.

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

Makes the empty-state card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerEmptyStateCardSettings MinHeight(String minHeight) #
Returns: TablerEmptyStateCardSettings

Sets a minimum height for the empty-state surface.

Parameters

minHeight System.String requiredposition: 0