mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-27 08:00:43 +08:00
575 B
575 B
SliderRange
👚
A Slider component for displaying current value and intervals in range. Inherited from Slider
- DefaultProperty:Value
- DefaultEvent:ValueChanged
Properties
| Name | Description | Type | Default Value |
|---|---|---|---|
| Value2 | Value2 | int | 10 |
Events
| Name | Description | Return Value | Parameters |
|---|---|---|---|
| Value2Changed | Occurred when the value of the Value2 property is changed | void | int value2 |