Table of Contents

Class BootstrapInputGroupLabel

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

BootstrapInputGroupLabel 组件

public class BootstrapInputGroupLabel : DisplayBase<string>, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable
Inheritance
BootstrapInputGroupLabel
Implements
Inherited Members
Extension Methods

Constructors

BootstrapInputGroupLabel()

public BootstrapInputGroupLabel()

Properties

Alignment

获得/设置 标签对其方式 默认 null 未设置 star 对齐

[Parameter]
public Alignment Alignment { get; set; }

Property Value

Alignment

ShowRequiredMark

获得/设置 是否显示必填项标识 默认 false

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

Property Value

bool

Width

获得/设置 标签宽度 默认 null 未设置自动适应

[Parameter]
public int? Width { get; set; }

Property Value

int?

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

OnParametersSet 方法

protected override void OnParametersSet()