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