# Slider

Xojo provides a <span class="title-ref">Slider</span> control for desktop, mobile and web projects:

- `DesktopSlider</api/user_interface/desktop/desktopslider>`
- `MobileSlider</api/user_interface/mobile/mobileslider>`
- `WebSlider</api/user_interface/web/webslider>`

## Common members

These events properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.

### Events

| Name         | Description                                                         |
|--------------|---------------------------------------------------------------------|
| ValueChanged | The value of the <span class="title-ref">Slider</span> has changed. |

### Properties

| Name         | Description                                                     |
|--------------|-----------------------------------------------------------------|
| MaximumValue | The maximum value of the <span class="title-ref">Slider</span>. |
| MinimumValue | The minimum value of the <span class="title-ref">Slider</span>. |
| Value        | The current value of the <span class="title-ref">Slider</span>. |

<div class="seealso">

`DesktopSlider</api/user_interface/desktop/desktopslider>`, `MobileSlider</api/user_interface/mobile/mobileslider>` and `WebSlider</api/user_interface/web/webslider>`

</div>
