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 : 1.0.0
- API 21, Android 5.0 Lollipop
- 21 Blocks Available
The LinearProgress component displays a horizontal progress bar, allowing users to visualize the progression of a task. It supports setting minimum and maximum values, progress color, indeterminate mode, and triggers an event when the progress changes.
Overview
A visible component that indicates the progress of an operation using an animated linear bar.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | to | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
3 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bototm | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Indeterminate | boolean | true |
2 | set Indeterminate | boolean | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get IndeterminateColor | color | #0000ffff |
2 | set IndeterminateColor | color | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Maximum | Integer | 100 |
2 | set Maximum | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Minimum | Integer | 0 |
2 | set Minimum | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get progress | Integer | * |
2 | set progress | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get ProgressColor | color | #0000ffff |
2 | set ProgressColor | color | #0000ffff |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Width | Integer | -1 |
2 | set Width | text | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | set Width | Integer | * |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Visible | boolean | true |
2 | set Visible | boolean | * |