Table of Contents

Constructor Slider

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Slider()

Initializes a new instance of the Slider class.

public Slider()

Slider(List<T>, Orientation)

Initializes a new instance of the Slider class.

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

Parameters

options List<T>

Initial slider options.

orientation Orientation

Initial slider orientation.