Class _BOBInAddon
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
public class _BOBInAddon : ComponentBase
- Inheritance
-
objectComponentBase_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
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
[Parameter]
public BOBProgressIconVariant LoadingIndicatorVariant { get; set; }
Property Value
Size
Visual size of the component.
[Parameter]
public BOBSize Size { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder