Table of Contents

Class BOBInputLoading

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll
public class BOBInputLoading : ComponentBase
Inheritance
object
ComponentBase
BOBInputLoading

Constructors

BOBInputLoading()

public BOBInputLoading()

Properties

Loading

When true, the component shows a loading indicator.

[Parameter]
public bool Loading { get; set; }

Property Value

bool

LoadingIndicatorVariant

Variant of the loading indicator shown when Loading is true.

[Parameter]
public BOBLoadingIndicatorVariant LoadingIndicatorVariant { get; set; }

Property Value

BOBLoadingIndicatorVariant

Size

Visual size of the component.

[Parameter]
public BOBSize Size { get; set; }

Property Value

BOBSize

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder