ModalSize Enumeration

Represents the size of a Modal.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum ModalSize

Members

Regular0 Default modal width 500px will be applied.
Small1 Modal width 300px will be applied.
Large2 Modal width 800px will be applied.
ExtraLarge3 Modal width 1140px will be applied.

See Also