[]
        
(Showing Draft Content)

C1.Blazor.Input.SliderBase.GetMinimum

GetMinimum Method

GetMinimum()

Return the slider's minimum value.

Declaration
protected abstract double GetMinimum()
Protected MustOverride Function GetMinimum() As Double
Returns
Type Description
double

Value.

Remarks

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