ThemedWindowDialogButton.Alignment Property
Gets or sets the dialog button’s horizontal alignment.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DialogButtonAlignment | Specifies the dialog button alignment. |
Available values:
Name | Description |
---|---|
Right | The DialogButton is aligned to the right of the dialog’s content area. |
Center | The DialogButton is centered within the dialog’s content area. |
Left | The DialogButton is aligned to the left of the dialog’s content area. |
See Also