Library Blazor Components ProgressBar Min

Min

Gets or sets the minimum value that the progress bar can display.

razor
[Parameter]
public double Min { get; set; } = 0;

Sign in