Class ProgressBarAnnotations
Specifies the annotations that are to be added to the progress bar component.
Inheritance
ProgressBarAnnotations
Inherited Members
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public class ProgressBarAnnotations : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
ProgressBarAnnotations()
Declaration
public ProgressBarAnnotations()
Properties
ChildContent
Sets and gets the content of the UI element.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type |
|---|
| RenderFragment |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |