API Reference
Class
StepsSettings
Settings sub‑builder for TablerSteps.
Inheritance
- Object
- StepsSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method StepsSettings.Color
- Method StepsSettings.Margin
- Method StepsSettings.Orientation
- Method StepsSettings.StepCounting
Accepted by parameters
- Method TablerSteps.Settings
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.