ProgressBar Blazor API

ProgressBar Properties

NameTypeDefaultDescription
DisabledboolfalseEnables or disables the element.
IndeterminateboolfalseSets the value of the Progress bar to indeterminate state(null) and starts the animation.
InvertedboolfalseSets the filling direction of the Progress Bar.
FormatFunctionFunc<object, object>N/AA callback function defining the new format for the label of the Progress Bar.
Localestring"en"Sets or gets the language. Used in conjunction with the property messages.
Maxint100Sets progress bars maximum possible value.
MessagesobjectN/ASets an object with string values, related to the different states of passwords strength.
Minint0Sets progress bars minimum possible value.
OrientationOrientationOrientation.HorizontalSets the orientation of the progress bar
RightToLeftboolfalseSets or gets the value indicating whether the element is aligned to support locales using right-to-left fonts.
ShowProgressValueboolfalseEnables/Disabled the label for the Progress Bar.
Themestring""Determines the theme. Theme defines the look of the element
UnfocusableboolfalseIf is set to true, the element cannot be focused.
Valueint0Sets or gets the value of the progress bar

ProgressBar Events

NameTypeDescriptionEvent Detail
OnChangeEventCallback<Event>This event is triggered when the value is changed.N/A
Changedevent ProgressBarChangedEventHandlerThis event is triggered when the value is changed.ProgressBarChangedEventArgs

Enums

Orientation

Orientation.Horizontal
Orientation.Vertical