TelerikProgressBar
Class
A component that displays linear progress as a percentage or value range. Supports labels via ProgressBarLabel, ARIA attributes, horizontal/vertical orientation (inherited), and integration with steppers.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TelerikProgressBar : LinearProgressBarBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentLinearProgressBarBaseTelerikProgressBar
Implements:
Inherited Members
Constructors
C#
public TelerikProgressBar()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
[Accessibility] Describe the aria-label attribute for the component.
C#
[Parameter]
public string AriaLabel { get; set; }
[Accessibility] Describe the aria-labelledby attribute for the component.
C#
[Parameter]
public string AriaLabelledBy { get; set; }