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