Class MBCircularProgress
This is a general purpose Material Theme circular progress bar. Can be determinant or indeterminant. If determinant the value needs to be between 0 and 1.
public class MBCircularProgress : InputComponent<double>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
- Inheritance
-
MBCircularProgress
- Implements
- Inherited Members
Constructors
MBCircularProgress()
public MBCircularProgress()
Properties
AriaLabel
Sets aria-label.
[Parameter]
public string AriaLabel { get; set; }
Property Value
CircularProgressSize
Makes the progress spinner indeterminant if True.
[Parameter]
public MBCircularProgressSize CircularProgressSize { get; set; }
Property Value
CircularProgressType
Makes the progress spinner indeterminant if True.
[Parameter]
public MBCircularProgressType CircularProgressType { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnInitializedAsync()
protected override Task OnInitializedAsync()