ClassTelerikProgressBar
Class
The class for the Telerik ProgressBar component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikProgressBar : LinearProgressBarBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentLinearProgressBarBaseTelerikProgressBar
Implements:
Inherited Members
Constructors
TelerikProgressBar()
Declaration
cs-api-definition
public TelerikProgressBar()
Properties
AriaLabel
Describe the aria-label attribute for the component.
Declaration
cs-api-definition
[Parameter]
public string AriaLabel { get; set; }
Property Value
AriaLabelledBy
Describe the aria-labelledby attribute for the component.
Declaration
cs-api-definition
[Parameter]
public string AriaLabelledBy { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides