ModalSize Enumeration

Represents the size of a Modal.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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