Enum DialogPosition
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The location of a MudDialog when it is opened.
public enum DialogPosition
- Extension Methods
Fields
BottomCenter = 6
The dialog will appear on the bottom of the screen, centered horizontally.
BottomLeft = 7
The dialog will appear on the lower-left corner of the screen.
BottomRight = 8
The dialog will appear on the lower-right corner of the screen.
Center = 0
The dialog will appear in the center of the screen.
CenterLeft = 1
The dialog will appear on the left side of the screen, centered vertically.
CenterRight = 2
The dialog will appear on the left side of the screen, centered vertically.
Custom = 9
The dialog will appear at a custom position.
TopCenter = 3
The dialog will appear on the top of the screen, centered horizontally.
TopLeft = 4
The dialog will appear on the upper-left corner of the screen.
TopRight = 5
The dialog will appear on the upper-right corner of the screen.