> For the complete documentation index, see [llms.txt](https://docs.electricbolt.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.electricbolt.co.nz/configuration-subclasses/slider-icon-types.md).

# Slider icon types

The following Slider icon types are available for use in the Objective-C `INT_PROPERTY_SLIDER`, `FLOAT_PROPERTY_SLIDER` and `DOUBLE_PROPERTY_SLIDER` macros, and Swift, Kotlin and Java `@IntPropertySlider`, `@FloatPropertySlider` and `@DoublePropertySlider` annotations.

## Slider icon enumerations

### Speed

<img src="/files/7jSGM7ZGZfZcvDqFdm3Y" alt="" data-size="line"> ... <img src="/files/sZ4vLSmvmftMaLDP27Bs" alt="" data-size="line">

Tortise (minimum) and Hare (maximum) images

| Swift  | Objective-C        |
| ------ | ------------------ |
| .speed | APLIconSliderSpeed |

### Capacity

<img src="/files/AN0CbC5WI29JPisAgsZb" alt="" data-size="line"> ... <img src="/files/Qsdi56w1K7q84T1ZMm8q" alt="" data-size="line">

Battery empty (minimum) and Battery full (maximum) images

| Swift     | Objective-C           |
| --------- | --------------------- |
| .capacity | APLIconSliderCapacity |

### Numeric

<img src="/files/KJkyKMzUI3mNvofrUwch" alt="" data-size="line"> ... <img src="/files/gUkRfLf73w26bKhewK36" alt="" data-size="line">

0 (minimum) and 1 (maximum) images

| Swift    | Objective-C          |
| -------- | -------------------- |
| .numeric | APLIconSliderNumeric |

### Brightness

<img src="/files/Eg52HZJmCR0VNCNHNLi7" alt="" data-size="line"> ... <img src="/files/PoQmtCAC5DWGI9f7ZdIz" alt="" data-size="line">

Dim (minimum) and Bright (maximum) images

| Swift       | Objective-C             |
| ----------- | ----------------------- |
| .brightness | APLIconSliderBrightness |

### Volume

<img src="/files/XVzyAqfya4hYciqzxRZm" alt="" data-size="line"> ... <img src="/files/vrdFzJHr9S4mrSINBsmZ" alt="" data-size="line">

Low volume (minimum) and High volume (maximum) images

| Swift   | Objective-C         |
| ------- | ------------------- |
| .volume | APLIconSliderVolume |
