HtmlForgeX

API Reference

Class

TablerListCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerListCard.

Inheritance

  • Object
  • TablerListCardSettings

Methods

public TablerListCardSettings Accent(TablerColor color) #
Returns: TablerListCardSettings

Sets the ambient accent color.

Parameters

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

Tightens item spacing and typography.

Parameters

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

Returns to the card root surface.

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

Makes the card stretch to the height of its container.

Parameters

enable System.Boolean = true optionalposition: 0