API Reference
Class
TablerWorkflowStepsCardSettings
Settings sub-builder for TablerWorkflowStepsCard.
Inheritance
- Object
- TablerWorkflowStepsCardSettings
Methods
public TablerWorkflowStepsCardSettings Accent(TablerColor color) #Returns:
TablerWorkflowStepsCardSettingsSets the ambient accent color used by the card.
Parameters
- color HtmlForgeX.TablerColor
public TablerWorkflowStepsCardSettings Compact(Boolean enable = true) #Returns:
TablerWorkflowStepsCardSettingsApplies denser spacing to metrics and steps surfaces.
Parameters
- enable System.Boolean = true
public TablerWorkflowStepsCard End() #Returns:
TablerWorkflowStepsCardReturns control to the root builder.
public TablerWorkflowStepsCardSettings FillHeight(Boolean enable = true) #Returns:
TablerWorkflowStepsCardSettingsMakes the card stretch to fill the available column height.
Parameters
- enable System.Boolean = true
public TablerWorkflowStepsCardSettings MinColumnWidth(String width) #Returns:
TablerWorkflowStepsCardSettingsSets the minimum width used by the metric rail columns.
Parameters
- width System.String
public TablerWorkflowStepsCardSettings Orientation(StepsOrientation orientation) #Returns:
TablerWorkflowStepsCardSettingsSets the steps orientation.
Parameters
- orientation HtmlForgeX.StepsOrientation
public TablerWorkflowStepsCardSettings StepCounting(Boolean enable = true) #Returns:
TablerWorkflowStepsCardSettingsEnables numeric step counters.
Parameters
- enable System.Boolean = true