...
Value: The percentage value of the progress bar, value is an indication of progress, eg. progress bar denotes completion when the value is 100
Show percentage: To indicate the progress of an operation in terms of percentage
...
Show rounded: It adds a border radius to the progress bar to give it a rounded look
...
Show vertical: Displays a vertical progress bar from top to bottom to indicate the progress of an operation.
...
Value Destination Type: The user can bind a value to the progress bar component in two ways
Variable: The user can create a variable of type integer from the variable tab and can use such a variable as a value to the progress bar component
...