MobileTrack Nexus Documentation
C#
Show/Hide TOC
Modal
Size Enumeration
Represents the size of a
Modal
.
Definition
Namespace:
BlazorBootstrap
Assembly:
BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
public
enum
ModalSize
Members
Regular
0
Default modal width 500px will be applied.
Small
1
Modal width 300px will be applied.
Large
2
Modal width 800px will be applied.
ExtraLarge
3
Modal width 1140px will be applied.
See Also
Reference
BlazorBootstrap Namespace
In This Article
Definition
Members
See Also