Click or drag to resize

Slider Class

Control with a knob the user can slide up/down or left/right to select a numeric range.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Slider : Control

The Slider type exposes the following members.

Constructors
  NameDescription
Public methodSlider
Initializes a new instance of the Slider class
Top
Properties
  NameDescription
Public propertyMaxValue
Gets or sets the maximum value that can be set by the user.
Public propertyMinValue
Gets or sets the minimum value that can be set by the user.
Public propertyOrientation
Gets or sets the orientation of the slider.
Public propertySnapToTick
Gets or sets a value indicating whether the slider will snap to each tick.
Public propertyTickFrequency
Gets or sets the hint for numeric value between each visual tick.
Public propertyValue
Gets or sets the current slider value.
Top
Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
Protected methodOnValueChanged
Raises the ValueChanged event.
Top
Events
  NameDescription
Public eventValueChanged
Occurs when the Value property is changed.
Top
See Also