Table of Contents

Constructor LinearRange

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

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

options List<string>

Initial options.

orientation Orientation

Initial orientation.