Table of Contents

Class MaskOption

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

MaskOption 配置类

public class MaskOption
Inheritance
MaskOption
Inherited Members
Extension Methods

Constructors

MaskOption()

public MaskOption()

Properties

BackgroundColor

获得/设置 background-color 值 默认 未设置 使用 样式 #000

public string? BackgroundColor { get; set; }

Property Value

string

ChildContent

获得/设置 子组件

public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

Opacity

获得/设置 opacity 值 默认 未设置 使用 样式 0.5

public float? Opacity { get; set; }

Property Value

float?

ZIndex

获得/设置 z-index 值 默认 未设置 使用 样式 1050

public int? ZIndex { get; set; }

Property Value

int?