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<object>, Orientation)

Initializes a new instance of the Slider class.

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

Parameters

options List<object>

Initial slider options.

orientation Orientation

Initial slider options.