API Reference
Class
TablerWorkflowStepsCardSettings
Settings sub-builder for TablerWorkflowStepsCard.
Inheritance
- Object
- TablerWorkflowStepsCardSettings
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 TablerWorkflowStepsCardSettings.Accent
- Method TablerWorkflowStepsCardSettings.Compact
- Method TablerWorkflowStepsCardSettings.FillHeight
- Method TablerWorkflowStepsCardSettings.MinColumnWidth
- Method TablerWorkflowStepsCardSettings.NaturalCaseLabels
- Method TablerWorkflowStepsCardSettings.Orientation
- Method TablerWorkflowStepsCardSettings.StepCounting
Accepted by parameters
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:
TablerWorkflowStepsCardSettingsEditorBrowsable(2)Sets the minimum width used by the metric rail columns.
Type Parameters
- TWidth
Parameters
- width System.String
MinColumnWidth``1(``0 width) #Sets the minimum width used by the metric rail columns.
Parameters
- width ``0
public TablerWorkflowStepsCardSettings NaturalCaseLabels(Boolean enable = true) #Returns:
TablerWorkflowStepsCardSettingsUses natural-case metric labels instead of forced uppercase labels.
Parameters
- enable System.Boolean = true
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