Table of Contents

Constructor SliderOption

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SliderOption()

Creates a new empty instance of the SliderOption<T> class.

public SliderOption()

SliderOption(string, Rune, T)

Creates a new instance of the SliderOption<T> class with values for each property.

public SliderOption(string legend, Rune legendAbbr, T data)

Parameters

legend string
legendAbbr Rune
data T