Slider
Note: You can check the Avalonia docs for the Slider and Slider API if you need more information.
For Avalonia.FuncUI's DSL properties you can check Slider.fs
The Slider control is a control that lets the user select from a range of values by moving a Thumb control along a track.
Usage
Percentage Slider
Last updated