Class WaterfallItem
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
Waterfall 组件数据类
public class WaterfallItem
- Inheritance
-
WaterfallItem
- Inherited Members
- Extension Methods
Constructors
WaterfallItem()
public WaterfallItem()
Properties
Id
获得/设置 id
public string? Id { get; set; }
Property Value
Url
the url of image element
public string? Url { get; set; }