Slider Class |
Namespace: Eto.Forms
The Slider type exposes the following members.
| Name | Description | |
|---|---|---|
| MaxValue |
Gets or sets the maximum value that can be set by the user.
| |
| MinValue |
Gets or sets the minimum value that can be set by the user.
| |
| Orientation |
Gets or sets the orientation of the slider.
| |
| SnapToTick |
Gets or sets a value indicating whether the slider will snap to each tick.
| |
| TickFrequency |
Gets or sets the hint for numeric value between each visual tick.
| |
| Value |
Gets or sets the current slider value.
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnValueChanged |
Raises the ValueChanged event.
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Occurs when the Value property is changed.
|