HtmlForgeX

API Reference

Class

TablerProgressListCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerProgressListCard.

Inheritance

  • Object
  • TablerProgressListCardSettings

Methods

public TablerProgressListCardSettings Accent(TablerColor color) #
Returns: TablerProgressListCardSettings

Sets the accent color used by the card.

Parameters

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

Uses tighter spacing inside the card.

Parameters

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

Returns control to the root card.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0