Table of Contents

Class _BOBInBtn

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

Constructors

_BOBInBtn()

public _BOBInBtn()

Properties

Active

Active.

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

Property Value

bool

AdditionalAttributes

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

Property Value

Dictionary<string, object>

AriaLabel

Accessible name for the component.

[Parameter]
public string? AriaLabel { get; set; }

Property Value

string

ChildContent

Content rendered inside the component.

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

Property Value

RenderFragment

Disabled

When true, the component is non-interactive.

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

Property Value

bool

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

OnClick

Raised when the component is clicked.

[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }

Property Value

EventCallback<MouseEventArgs>

OnClickPreventDefault

OnClickPreventDefault.

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

Property Value

bool

OnClickStopPropagation

OnClickStopPropagation.

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

Property Value

bool

Size

Visual size of the component.

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

Property Value

BOBSize

Variant

Visual variant — Default is the color-shift solid treatment, Ghost is the transparent dismiss-style treatment.

[Parameter]
public BOBInBtnVariant Variant { get; set; }

Property Value

BOBInBtnVariant

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder