Demos
For examples and details on the usage of this component, visit the component demo page:
Progress
Properties
| Parameter | Type | Description | Default |
|---|---|---|---|
| Label | string |
Gets or sets the label to be rendered above the progress bar. | - |
| ValueLabel | string |
Gets or sets custom content for the value label. | - |
| Value | double |
Gets or sets the progress value (from to ). | 0 |
| MinValue | double |
Gets or sets the minimum value for the progress bar. | 0 |
| MaxValue | double |
Gets or sets the maximum value for the progress bar. | 100 |
| Indeterminate | bool |
Gets or sets a value indicating whether the progress bar is in an indeterminate state. | false |
| ShowValueLabel | bool |
Gets or sets a value indicating whether to show the value label with the progress percentage. | false |
| Disabled | bool |
Gets or sets a value indicating whether the progress bar is disabled. | false |
| Striped | bool |
Gets or sets a value indicating whether the progress bar should have a striped appearance. | false |
| Color | ThemeColor |
Gets or sets the color of the progress bar. | Primary |
| Size | Size |
Gets or sets the size of the progress bar. | Medium |
| Radius | Radius |
Gets or sets the border radius of the progress bar. | Full |
| Classes | ProgressSlots |
Gets or sets the CSS class names for the progress bar slots. | - |
| As | string |
Gets or sets an HTML tag of the component. | - |
| Class | string |
Gets or sets CSS class names that will be applied to the component. | - |
| Style | string |
Gets or sets styles that will be applied to the component. | - |
| AdditionalAttributes | IReadOnlyDictionary<string, object> |
Gets or sets a collection of additional attributes that will be applied to the component. | - |
| ElementReference | ElementReference? |
Gets or sets the associated . May be if accessed before the component is rendered. | - |