Table of Contents

Constructor LinearRange

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

LinearRange()

Initializes a new instance of the LinearRange<T> class.

public LinearRange()

LinearRange(List<T>?, Orientation)

Initializes a new instance of the LinearRange<T> class.

public LinearRange(List<T>? options, Orientation orientation = Orientation.Horizontal)

Parameters

options List<T>

Initial options.

orientation Orientation

Initial orientation.