Class WizardStepperPosition
Wizard stepper position.
Inheritance
System.Object
WizardStepperPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class WizardStepperPosition : Enum
Fields
Bottom
The stepper is positioned at the bottom of the wizard.
Declaration
public const WizardStepperPosition Bottom
Field Value
WizardStepperPosition
|
Left
The stepper is positioned on the left of the wizard.
Declaration
public const WizardStepperPosition Left
Field Value
WizardStepperPosition
|
Right
The stepper is positioned on the right of the wizard.
Declaration
public const WizardStepperPosition Right
Field Value
WizardStepperPosition
|
Top
The stepper is positioned on the top of the wizard.
Declaration
public const WizardStepperPosition Top
Field Value
WizardStepperPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|