Table of Contents

Constructor LinearSelector

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

LinearSelector()

Initializes a new instance of LinearSelector.

public LinearSelector()

LinearSelector(List<string>?, Orientation)

Initializes a new instance of LinearSelector.

public LinearSelector(List<string>? options, Orientation orientation = Orientation.Horizontal)

Parameters

options List<string>

Initial options.

orientation Orientation

Initial orientation.