API Reference
Class
StepsSettings
Settings sub‑builder for TablerSteps.
Inheritance
- Object
- StepsSettings
Methods
public StepsSettings Color(TablerColor c) #Returns:
StepsSettingsApplies a Tabler color to the steps.
Parameters
- c HtmlForgeX.TablerColor
- Color value.
public StepsSettings Margin(TablerMarginStyle m) #Returns:
StepsSettingsApplies margin style around the steps component.
Parameters
- m HtmlForgeX.TablerMarginStyle
- Margin style.
public StepsSettings Orientation(StepsOrientation o) #Returns:
StepsSettingsSets the orientation of the steps component.
Parameters
- o HtmlForgeX.StepsOrientation
- Orientation value.
public StepsSettings StepCounting(Boolean enable = true) #Returns:
StepsSettingsEnables numeric step counters.
Parameters
- enable System.Boolean = true
- True to show counters.