ModalType Enumeration

Represents the color of a Modal.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum ModalType

Members

None0 No color will be applied to the modal.
Primary1 var(--bs-primary) will be applied to the modal.
Secondary2 var(--bs-secondary) will be applied to the modal.
Success3 var(--bs-success) will be applied to the modal.
Danger4 var(--bs-danger) will be applied to the modal.
Warning5 var(--bs-warning) will be applied to the modal.
Info6 var(--bs-info) will be applied to the modal.
Light7 var(--bs-light) will be applied to the modal.
Dark8 var(--bs-dark) will be applied to the modal.

See Also