Class FloatingLabel<TValue>
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
FloatingLabel 组件
public class FloatingLabel<TValue> : BootstrapInputBase<TValue>, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable, IValidateComponent
Type Parameters
TValue
- Inheritance
-
DisplayBase<TValue>ValidateBase<TValue>BootstrapInputBase<TValue>FloatingLabel<TValue>
- Implements
- Inherited Members
- Extension Methods
Constructors
FloatingLabel()
public FloatingLabel()
Properties
IsGroupBox
获得/设置 是否为 GroupBox 样式 默认 false
[Parameter]
public bool IsGroupBox { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnParametersSet()
OnParametersSet 方法
protected override void OnParametersSet()