[]
        
(Showing Draft Content)

C1.Blazor.Input.C1RangeSlider.GetMinimum

GetMinimum Method

GetMinimum()

Return the slider's minimum value.

Declaration
protected override double GetMinimum()
Protected Overrides Function GetMinimum() As Double
Returns
Type Description
double

Value.

Overrides
Remarks

Codegeneration doesn't allow to define a parameter in the base class. Override this method at the descendant and return the value.