Range in Blazor ProgressBar Component

21 Dec 20211 minute to read

The range represents the entire span of the Progress Bar and it can be defined using the Minimum and the Maximum properties.

@using Syncfusion.Blazor.ProgressBar

<SfProgressBar Type="ProgressType.Linear" Value="100" Height="60" Minimum="0" Maximum="100">
</SfProgressBar>

Blazor ProgressBar with Range