Class SliderOrientation
Holds slider component's different orientation options.
Inheritance
System.Object
SliderOrientation
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SliderOrientation : Enum
Fields
Horizontal
Specifies the slider rendering position as Horizontal.
Declaration
public const SliderOrientation Horizontal
Field Value
Type |
---|
SliderOrientation |
Vertical
Specifies the slider rendering position as Vertical.
Declaration
public const SliderOrientation Vertical
Field Value
Type |
---|
SliderOrientation |