Name | Type | Default | Description |
Disabled | bool | false | Enables or disables the element. |
Indeterminate | bool | false | Sets the value of the Progress bar to indeterminate state(null) and starts the animation. |
Inverted | bool | false | Sets the filling direction of the Progress Bar. |
FormatFunction | Func<object, object> | N/A | A callback function defining the new format for the label of the Progress Bar. |
Locale | string | "en" | Sets or gets the language. Used in conjunction with the property messages. |
Max | int | 100 | Sets progress bars maximum possible value. |
Messages | object | N/A | Sets an object with string values, related to the different states of passwords strength. |
Min | int | 0 | Sets progress bars minimum possible value. |
Orientation | Orientation | Orientation.Horizontal | Sets the orientation of the progress bar |
RightToLeft | bool | false | Sets or gets the value indicating whether the element is aligned to support locales using right-to-left fonts. |
ShowProgressValue | bool | false | Enables/Disabled the label for the Progress Bar. |
Theme | string | "" | Determines the theme. Theme defines the look of the element |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |
Value | int | 0 | Sets or gets the value of the progress bar |