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