Table of Contents

Class SliderBuilder

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

Represents an operator that interfaces with a slider control and generates a sequence of notifications whenever the slider value changes.

[TypeVisualizer(typeof(SliderVisualizer))]
public class SliderBuilder : ControlBuilderBase<double>, IExpressionBuilder, INamedElement
Inheritance
SliderBuilder
Implements
Inherited Members

Properties

DecimalPlaces

Gets or sets the optional maximum number of decimal places used when formatting the numeric display of the slider.

Maximum

Gets or sets the upper limit of values in the slider.

Minimum

Gets or sets the lower limit of values in the slider.

Value

Gets or sets a numeric value which represents the position of the slider.

Methods

Generate()

Generates an observable sequence of event notifications from the UI control.