Table of Contents

Class TimelineItem

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

时间线选项

public class TimelineItem
Inheritance
TimelineItem
Inherited Members
Extension Methods

Constructors

TimelineItem()

public TimelineItem()

Properties

Color

获得/设置 时间线颜色

public Color Color { get; set; }

Property Value

Color

Component

获得/设置 自定义组件

public BootstrapDynamicComponent? Component { get; set; }

Property Value

BootstrapDynamicComponent

Content

获得/设置 时间线内容

public string? Content { get; set; }

Property Value

string

Description

获得/设置 时间线时间

public string? Description { get; set; }

Property Value

string

Icon

获得/设置 时间线图标

public string? Icon { get; set; }

Property Value

string