Table of Contents

Class Slider

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

Provides a slider control letting the user navigate from a set of typed options in a linear manner using the keyboard or mouse.

public class Slider : Slider<object>, IDisposable, ISupportInitializeNotification, ISupportInitialize, IOrientation
Inheritance
Slider
Implements
Inherited Members

Constructors

Slider()

Initializes a new instance of the Slider class.

Slider(List<object>, Orientation)

Initializes a new instance of the Slider class.