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