HtmlForgeX

API Reference

Class

StepsSettings

Namespace HtmlForgeX
Assembly HtmlForgeX

Settings sub‑builder for TablerSteps.

Inheritance

  • Object
  • StepsSettings

Methods

public StepsSettings Color(TablerColor c) #
Returns: StepsSettings

Applies a Tabler color to the steps.

Parameters

c HtmlForgeX.TablerColor requiredposition: 0
Color value.
public TablerSteps End() #
Returns: TablerSteps

Returns control to the root steps builder.

public StepsSettings Margin(TablerMarginStyle m) #
Returns: StepsSettings

Applies margin style around the steps component.

Parameters

m HtmlForgeX.TablerMarginStyle requiredposition: 0
Margin style.
public StepsSettings Orientation(StepsOrientation o) #
Returns: StepsSettings

Sets the orientation of the steps component.

Parameters

o HtmlForgeX.StepsOrientation requiredposition: 0
Orientation value.
public StepsSettings StepCounting(Boolean enable = true) #
Returns: StepsSettings

Enables numeric step counters.

Parameters

enable System.Boolean = true optionalposition: 0
True to show counters.