[]
        
(Showing Draft Content)

C1.Blazor.Input.SliderBase.GetMaximum

GetMaximum Method

GetMaximum()

Return the slider's maximum value.

Declaration
protected abstract double GetMaximum()
Protected MustOverride Function GetMaximum() 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.