Constructor LinearRange
LinearRange()
Initializes a new instance of the LinearRange<T> class.
public LinearRange()
LinearRange(List<T>?, Orientation)
Initializes a new instance of the LinearRange<T> class.
public LinearRange(List<T>? options, Orientation orientation = Orientation.Horizontal)
Parameters
optionsList<T>Initial options.
orientationOrientationInitial orientation.