Properties
Name | Type | Default | Description |
---|---|---|---|
Behavior | |||
Buffer |
bool |
False | If true, the buffer value will be used. |
BufferValue |
double |
0 | |
ChildContent |
RenderFragment |
null | Child content of component. |
Indeterminate |
bool |
False | Constantly animates, does not follow any value. |
Max |
double |
100 | The maximum allowed value of the linear progress. Should not be equal to min. |
Min |
double |
0 | The minimum allowed value of the linear progress. Should not be equal to max. |
Value |
double |
0 | The maximum allowed value of the linear progress. Should not be equal to min. |
Appearance | |||
Color |
Color |
Color.Default | The color of the component. It supports the theme colors. |
Rounded |
bool |
False | If true, border-radius is set to the themes default value. |
Size |
Size |
Size.Small | The size of the component. |
Striped |
bool |
False | Adds stripes to the filled part of the linear progress. |
Vertical |
bool |
False | If true, the progress bar will be displayed vertically. |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |
Methods
Name | Parameters | Return | Description |
---|---|---|---|
double GetBufferPercent() |
double |
||
string GetStyledBar1Transform() |
string |
||
string GetStyledBar2Transform() |
string |
||
double GetValuePercent() |
double |