HtmlForgeX

API Reference

Class

TablerProgressListCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Dashboard card for ranked progress or throughput items with compact operational copy.

Inheritance

Constructors

Methods

public TablerProgressListCard Accent(TablerColor color) #
Returns: TablerProgressListCard

Sets the ambient accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerProgressListCard AddItem(String label, String value, Int32 progress, String note = null, Nullable<TablerColor> color = null, Nullable<TablerIconType> icon = null) #
Returns: TablerProgressListCard

Adds a progress item with summary value and optional note.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
progress System.Int32 requiredposition: 2
note System.String = null optionalposition: 3
color System.Nullable{HtmlForgeX.TablerColor} = null optionalposition: 4
icon System.Nullable{HtmlForgeX.TablerIconType} = null optionalposition: 5
RegisterLibraries() #
public TablerProgressListCard Settings(Action<TablerProgressListCardSettings> configure) #
Returns: TablerProgressListCard

Groups advanced display options under a smaller surface.

Parameters

configure System.Action{HtmlForgeX.TablerProgressListCardSettings} requiredposition: 0
public TablerProgressListCard Subtitle(String subtitle) #
Returns: TablerProgressListCard

Sets supporting text displayed below the title.

Parameters

subtitle System.String requiredposition: 0
public TablerProgressListCard Title(String title) #
Returns: TablerProgressListCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String