Click or drag to resize

SliderIHandler Interface

Handler interface for the Slider

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : ControlIHandler, 
	WidgetIHandler

The SliderIHandler type exposes the following members.

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
See Also