Click or drag to resize

ModalSizes Enumeration

The three sizes a modal may have.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public enum ModalSizes
Members
  Member nameValueDescription
Small0A smaller size.
Default1The default size.
Large2A larger size.
See Also