A component that displays progress status for a task or operation.
For more examples, visit the Storybook.
StudsProgressBar
ParametersGets or sets the current progress value.
Determines the minimum value.
Determines the maximum value.
Gets or sets the progress bar mode. Options: Determinate, Indeterminate
Gets or sets the unit to display after the value.
Gets or sets a value indicating whether the progress value is shown.
Gets or sets the callback that is invoked when the value changes.
Gets or sets the template for custom content inside the progress bar.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.
For more examples, visit the Storybook.
StudsProgressBar
ParametersGets or sets the current progress value.
Determines the minimum value.
Determines the maximum value.
Gets or sets the progress bar mode. Options: Determinate, Indeterminate
Gets or sets the unit to display after the value.
Gets or sets a value indicating whether the progress value is shown.
Gets or sets the callback that is invoked when the value changes.
Gets or sets the template for custom content inside the progress bar.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.