HtmlForgeX

API Reference

Class

TablerTargetMetricCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerTargetMetricCard.

Inheritance

  • Object
  • TablerTargetMetricCardSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerTargetMetricCardSettings AvailableLabel(String label) #
Returns: TablerTargetMetricCardSettings

Sets the available legend label.

Parameters

label System.String requiredposition: 0
public TablerTargetMetricCardSettings Class(String cssClass) #
Returns: TablerTargetMetricCardSettings
EditorBrowsable(2)

Adds a CSS class to the card host.

Parameters

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

Applies denser spacing for compact rails and framed previews.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerTargetMetricCardSettings ComparisonLabel(String label) #
Returns: TablerTargetMetricCardSettings

Sets the comparison label shown below the delta.

Parameters

label System.String requiredposition: 0
public TablerTargetMetricCard End() #
Returns: TablerTargetMetricCard

Returns control to the root card.

public TablerTargetMetricCardSettings FilledLabel(String label) #
Returns: TablerTargetMetricCardSettings

Sets the filled legend label.

Parameters

label System.String requiredposition: 0
public TablerTargetMetricCardSettings FillHeight(Boolean enable = true) #
Returns: TablerTargetMetricCardSettings

Stretches the card to the available column height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerTargetMetricCardSettings Menu(Boolean show = true) #
Returns: TablerTargetMetricCardSettings

Shows or hides the options affordance.

Parameters

show System.Boolean = true optionalposition: 0
public TablerTargetMetricCardSettings TargetLabel(String label) #
Returns: TablerTargetMetricCardSettings

Sets the target section label.

Parameters

label System.String requiredposition: 0