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