ModalOption Class
Represents the options for a
Modal that the user can interact with.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ModalOption
- Inheritance
- Object ModalOption
| ModalOption | Initializes a new instance of the ModalOption class |
| IsVerticallyCentered |
Gets or sets the IsVerticallyCentered.
|
| Message |
Gets or sets the modal message.
|
| ShowFooterButton |
Shows or hides the footer button. Default value is `true`.
|
| Size |
Gets or sets the modal size.
|
| Title |
Gets or sets the modal title.
|
| Type |
Gets or sets the modal type. Default value is `ModalType.None`.
|