Constructor Slider
Slider()
Initializes a new instance of the Slider class.
public Slider()
Slider(List<T>, Orientation)
Initializes a new instance of the Slider class.
public Slider(List<T> options, Orientation orientation = Orientation.Horizontal)
Parameters
options
List<T>Initial slider options.
orientation
OrientationInitial slider orientation.