[]
        
(Showing Draft Content)

C1.Blazor.Input.SliderBase.GetOrientation

GetOrientation Method

GetOrientation()

Return the slider's Orientation.

Declaration
protected abstract Orientation GetOrientation()
Protected MustOverride Function GetOrientation() As Orientation
Returns
Type Description
Orientation
Remarks

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