Table of Contents

Class _BOBInCheckMark

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

Constructors

_BOBInCheckMark()

public _BOBInCheckMark()

Properties

Checked

Checked.

[Parameter]
public bool? Checked { get; set; }

Property Value

bool?

CheckedIcon

Closed-catalog icon key for the checked state.

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

Property Value

IconKey?

Disabled

When true, the component is non-interactive.

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

Property Value

bool

IndeterminateIcon

Closed-catalog icon key for the indeterminate state.

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

Property Value

IconKey?

Mode

Mode.

[Parameter]
public _BOBInCheckMark.CheckMarkMode Mode { get; set; }

Property Value

_BOBInCheckMark.CheckMarkMode

ReadOnly

When true, the value cannot be changed.

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

Property Value

bool

Size

Visual size of the component.

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

Property Value

BOBSize

UncheckedIcon

Closed-catalog icon key for the unchecked state.

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

Property Value

IconKey?

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder