Class SliderType
Holds slider component's different options.
Inheritance
System.Object
SliderType
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SliderType : Enum
Fields
Default
Specifies the slider type as Default.
Declaration
public const SliderType Default
Field Value
Type |
---|
SliderType |
MinRange
Specifies the slider type as MinRange.
Declaration
public const SliderType MinRange
Field Value
Type |
---|
SliderType |
Range
Specifies the slider type as Range.
Declaration
public const SliderType Range
Field Value
Type |
---|
SliderType |