Table of Contents

Class _BOBInAddon

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

Constructors

_BOBInAddon()

public _BOBInAddon()

Properties

AdditionalAttributes

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? AdditionalAttributes { get; set; }

Property Value

Dictionary<string, object>

ChildContent

Content rendered inside the component.

[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

Icon

Closed-catalog icon key (obtain from BOBIconKeys).

[Parameter]
public IconKey? Icon { get; set; }

Property Value

IconKey?

IconRotation

IconRotation.

[Parameter]
public int IconRotation { get; set; }

Property Value

int

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 BOBProgressIconVariant LoadingIndicatorVariant { get; set; }

Property Value

BOBProgressIconVariant

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