Circular Progress Bar
The Circular Progress Bar Control is a Display control used for indicating the percentage progress of an action or activity in the form of a circular graph.
Binding Data Options
The Circular Progress Bar Control allows tracking progress using the Bind Data option. It accepts two binding data options:
label
: Represents the label or text displayed at the center of the circular progress bar.percentage
: Indicates the percentage value for the progress.
Static Data Option
You can use this feature to define or modify the progress value:
{
"label": "Progress",
"percentage": 75
}
Properties
Progress Bar Properties
Property | Description |
---|---|
Font | Properties for the label in the center of the circular progress bar. |
Progress | Customizes the look of the circular progress bar control. |
Alignment | Specifies the alignment of the circular progress bar. |
Line Clamp | Wraps the label inside the control to a specified number of lines. |