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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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