CssColorSet Class

Represents a set of colors: primary, secondary, danger, dark, light, info, success, and warning,
to be applied to a specific component or section of the application.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class CssColorSet
Inheritance
Object    CssColorSet

Constructors

CssColorSetInitializes a new instance of the CssColorSet class

Properties

Danger Danger color
Dark Dark color
Info Info color
Light Light color
Opacity Opacity of the color set, to be applied if the color hasn't been overridden.
Primary Primary color
Secondary Secondary color
Success Success color
Warning Warning color

See Also