Table of Contents

Class SkeletonBase

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

骨架屏组件基类

public abstract class SkeletonBase : BootstrapComponentBase, IComponent, IHandleAfterRender, IHandleEvent
Inheritance
SkeletonBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

SkeletonBase()

protected SkeletonBase()

Properties

Active

获得/设置 是否显示动画 默认为 true

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

Property Value

bool

ClassString

获得 样式

protected string? ClassString { get; }

Property Value

string

Round

获得/设置 是否圆角 默认为 true

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

Property Value

bool