User Interface
User Interface (UI) refers to the visual and interactive elements of a digital system or application that enable users to interact with and control it.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 23 Blocks Available
A Slider is a progress bar that adds a draggable thumb. You can touch the thumb and drag left or right to set the slider thumb position. As the Slider thumb is dragged, it will trigger the PositionChanged event, reporting the position of the Slider thumb. The reported position of the Slider thumb can be used to dynamically update another component attribute, such as the font size of a TextBox or the radius of a Ball.
Overview
A visible component that works as a progress bar with a draggable thumb.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | thumbPosition | Integer | - |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ColorLeft | color | #FFC800FF |
2 | SetColorLeft | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ColorRight | color | #888888FF |
2 | SetColorRight | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MaxValue | Integer | 50.0 |
2 | SetMaxValue | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MinValue | Integer | 10.0 |
2 | SetMinValue | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbEnabled | boolean | true |
2 | SetThumbEnabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbPosition | Integer | 30.0 |
2 | SetThumbPosition | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | Integer | -1 |
2 | SetWidth | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | SetWidthPercent | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | true |
2 | SetVisible | boolean |