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 | Description |
---|---|
SliderOrientation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Vertical
Specifies the slider rendering position as Vertical.
Declaration
public const SliderOrientation Vertical
Field Value
Type | Description |
---|---|
SliderOrientation |