HtmlForgeX

API Reference

Class

TablerWorkflowStepsCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerWorkflowStepsCard.

Inheritance

  • Object
  • TablerWorkflowStepsCardSettings

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 TablerWorkflowStepsCardSettings Accent(TablerColor color) #
Returns: TablerWorkflowStepsCardSettings

Sets the ambient accent color used by the card.

Parameters

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

Applies denser spacing to metrics and steps surfaces.

Parameters

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

Returns control to the root builder.

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

Makes the card stretch to fill the available column height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerWorkflowStepsCardSettings MinColumnWidth(String width) #
Returns: TablerWorkflowStepsCardSettings
EditorBrowsable(2)

Sets the minimum width used by the metric rail columns.

Type Parameters

TWidth

Parameters

width System.String requiredposition: 0
MinColumnWidth``1(``0 width) #

Sets the minimum width used by the metric rail columns.

Parameters

width ``0 required
public TablerWorkflowStepsCardSettings NaturalCaseLabels(Boolean enable = true) #
Returns: TablerWorkflowStepsCardSettings

Uses natural-case metric labels instead of forced uppercase labels.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerWorkflowStepsCardSettings Orientation(StepsOrientation orientation) #
Returns: TablerWorkflowStepsCardSettings

Sets the steps orientation.

Parameters

orientation HtmlForgeX.StepsOrientation requiredposition: 0
public TablerWorkflowStepsCardSettings StepCounting(Boolean enable = true) #
Returns: TablerWorkflowStepsCardSettings

Enables numeric step counters.

Parameters

enable System.Boolean = true optionalposition: 0