Class DialogOptions
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Options for configuring a dialog modal.
public sealed class DialogOptions : ModalOptionsBase
- Inheritance
-
objectDialogOptions
- Inherited Members
Constructors
DialogOptions()
public DialogOptions()
Properties
FullScreen
When true, the dialog occupies the full screen.
public bool FullScreen { get; set; }
Property Value
- bool
MaxHeight
The maximum height of the dialog.
public string? MaxHeight { get; set; }
Property Value
- string
MaxWidth
The maximum width of the dialog.
public string? MaxWidth { get; set; }
Property Value
- string
MinHeight
The minimum height of the dialog.
public string? MinHeight { get; set; }
Property Value
- string
MinWidth
The minimum width of the dialog.
public string? MinWidth { get; set; }
Property Value
- string
Title
The title displayed in the dialog.
public string? Title { get; set; }
Property Value
- string