HtmlForgeX

API Reference

Class

TablerWorkflowStepsCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerWorkflowStepsCard.

Inheritance

  • Object
  • TablerWorkflowStepsCardSettings

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

Sets the minimum width used by the metric rail columns.

Parameters

width System.String requiredposition: 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