Example of Positioning in Blazor Dialog Component
This example demonstrates how to position the Blazor Dialog component. Select the appropriate radio button to the position where the Dialog is displayed. The current position of the Dialog is at the center. Enable the 'Open' button to reopen the Dialog if it is closed.
Choose a Dialog Position
By default, the Blazor Dialog is displayed in the center of the target container. Use the Position
property to set location where the Dialog displays relative to the target. The property point-out the horizontal and vertical coordinates. You can set positions with specific X and Y coordinates in pixel values.
More information on the positioning of Dialog can be found in the documentation section .