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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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