Table of Contents

Class Circle

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll
public sealed class Circle : CircleBase, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable
Inheritance
Circle
Implements
Inherited Members
Extension Methods

Constructors

Circle()

public Circle()

Properties

Value

获得/设置 当前值

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

Property Value

int

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder