| SliderControl |
| Max | The right side of the slider. |
| Min | The left side of the slider. |
| NumberFormat | How to display numbers in this control |
| OnValueChanged | |
| ShowRange | Show the range values above the slider |
| ShowTextEntry | When changing the value show the tooltip |
| ShowValueTooltip | When changing the value show the tooltip |
| Step | If set to 1, value will be rounded to 1's If set to 10, value will be rounded to 10's If set to 0.1, value will be rounded to 0.1's |
| Value |
| BuildRenderTree | |
| GetRenderTreeChecksum | |
| OnMiddleClick | |
| OnMouseDown | On mouse press jump to that position |
| OnMouseMove | If we move the mouse while we're being pressed then set the value |
| Rebuild | |
| ScreenPosToValue | Convert a screen position to a value. The value is clamped, but not snapped. |