ImgProgressBar
Customizable progress bar with background, progress and thumb images.
The images are taken from the assets.
ㅤFunctionsㅤ
InitializeProgressBar
Initializes the progress bar inside an HVArrangement with settings.
- int ID
- Arrangement
- String progressBarImagePath
- String thumbImagePath
- String progressImagePath
- int cornerRadius
- int padding
SetProgress
Sets the progress value.
- int ID
- int value
GetProgress
Gets the current progress value.
- int ID
SetProgressColor
Progress color, respecting the corner radius.
- int ID
- int color
ㅤEventㅤ
Completed
Fires when progress reaches its maximum value.
- int ID
ㅤExtension:ㅤ
joejsanz.joedevimgprogressbar.aix (10.3 KB)
Thanks.