From c9e56907f66d2340fdb7e6b3763fbf9efd1e9788 Mon Sep 17 00:00:00 2001
From: Vincent Baaij <FluentDialog> wraps the <fluent-dialog> element, a web component implementation of a dialog leveraging
the Fluent UI design system. <FluentDialog> acts as a shell for the dialog content, which can be specified in a number of ways.
+ Note: Dialogs are always displayed centered. The left/right positioning only works for Panels. +
The DialogService is a service which is used to show different types of dialogs. It is registered as a scoped service, so it can be injected into
diff --git a/src/Core/Components/Dialog/Parameters/DialogParameters.cs b/src/Core/Components/Dialog/Parameters/DialogParameters.cs
index d2573c4518..307c760988 100644
--- a/src/Core/Components/Dialog/Parameters/DialogParameters.cs
+++ b/src/Core/Components/Dialog/Parameters/DialogParameters.cs
@@ -17,6 +17,7 @@ public class DialogParameters : ComponentParameters, IDialogParameters
/// left (full height), right (full height)
/// or screen middle (using Width and Height properties).
/// HorizontalAlignment.Stretch is not supported for this property.
+ /// NOTE: Left/Right only works for Panels, not Dialogs, which are always centered.
///
public virtual HorizontalAlignment Alignment
{