Enum CornerType
Specifies the progress bar corner type.
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public enum CornerType
Fields
| Name | Description |
|---|---|
| Auto | Specifies the edges of the progress bar based on theme style. |
| Round | Specifies the round edges of the progress bar. |
| Round4px | Specifies the 4px edges of the progress bar. |
| Square | Specifies the square edges of the progress bar. |