ModalOption Class

Represents the options for a Modal that the user can interact with.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ModalOption
Inheritance
Object    ModalOption

Constructors

ModalOptionInitializes a new instance of the ModalOption class

Properties

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`.

See Also