Table of Contents

Constructor LinearRange

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

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

options List<object>

Initial options.

orientation Orientation

Initial orientation.