Class StepperOrientation
Specifies the orientation of the component.
Inheritance
System.Object
StepperOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class StepperOrientation : Enum
Fields
Horizontal
The stepper is position horizontally to the viewport.
Declaration
public const StepperOrientation Horizontal
Field Value
StepperOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The stepper is position vertically to the viewport.
Declaration
public const StepperOrientation Vertical
Field Value
StepperOrientation
|