WizardStepperSettingsBuilder
Defines the fluent API for configuring the WizardStepperSettings settings.
Methods
Indicator(System.Boolean)
Specifies whether the Stepper instance will display the indicators of its steps.
Parameters
value - System.Boolean
The value that configures the indicator.
Label(System.Boolean)
Specifies whether the Stepper instance will display the labels of its steps.
Parameters
value - System.Boolean
The value that configures the label.
Linear(System.Boolean)
Specifies whether the Stepper will allow non-linear navigation (selection of steps which are not immediately next to the current step).
Parameters
value - System.Boolean
The value that configures the linear.