HtmlForgeX

API Reference

Class

TablerTrackingSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerTrackingSummaryCard.

Inheritance

  • Object
  • TablerTrackingSummaryCardSettings

Methods

public TablerTrackingSummaryCardSettings Accent(TablerColor color) #
Returns: TablerTrackingSummaryCardSettings

Sets the accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerTrackingSummaryCardSettings BlockHeight(String height) #
Returns: TablerTrackingSummaryCardSettings

Sets the height of the tracking blocks.

Parameters

height System.String requiredposition: 0
public TablerTrackingSummaryCardSettings Compact(Boolean enable = true) #
Returns: TablerTrackingSummaryCardSettings

Uses tighter spacing inside the card.

Parameters

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

Returns control to the root card.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0