# 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 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.electricbolt.co.nz/configuration-subclasses/slider-icon-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
