Click or drag to resize

ModalBackdrops Enumeration

The background shown behind a Modal when it is shown.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public enum ModalBackdrops
Members
  Member nameValueDescription
None0No background.
Default1Standard background, closes modal on click.
Static2Standard background, does not close modal on click.
See Also