Preview #
About #
GraffitiSlider is a custom slider control that supports both single and ranged values.
Features
- Single or Ranged Value Selection
- Maximum and Minimum Properties for Variable Values
- ColorGroup Support
Enumerations #
Name | Values |
---|
Types | Single = 0 |
Range = 1 |
Constants #
Name | Type | Value |
---|
| | This class exposes no constants. |
Events #
Name | Parameters | Return Type | Description |
---|
ValueChanged | None | None | Triggered when the user has changed the value. |
Methods #
Definition | Parameters | Return Type | Description |
---|
This class exposes no methods. | | | |
Properties #
Name | Type | Default Value | Description |
---|
LargeChange | Integer | 20 | Value to increase/decrease when the user clicks on the slider track. |
Maximum | Integer | 100 | Maximum slider value. |
Minimum | Integer | 0 | Minimum slider value. |
SliderBackgroundColor | ColorGroup | Nil | Background color of the slider knob. |
SliderBorderColor | ColorGroup | Nil | Border color of the slider knob. |
SmallChange | Integer | 1 | Amount to increase/decrease value on small changes. |
TrackBackgroundColor | ColorGroup | Nil | Background color of the slider track. |
TrackBorderColor | ColorGroup | Nil | Border color of the slider track. |
Type | Types | GraffitiSlider.Types.Single | The type of slider this is, Single or Ranged values. |
Value | Integer | 0 | The current slider value (when Type = Types.Single). |
ValueHigh | Integer | 0 | The current high value (when Type = Types.Range). |
ValueLow | Integer | 0 | The current low value (when Type = Types.Range). |
Examples #
There are currently no examples for this class.