Library Blazor Components StepsBar Reference Classes StepsBar Position

Position

Specifies current position. Position is equal to number of active steps shown. Position can be set between 0 and Max.

razor
[Parameter]
public int Position { get; set; }

Sign in