ThemedWindowDialogButton.Alignment Property
In This Article
Gets or sets the dialog button’s horizontal alignment.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public DialogButtonAlignment Alignment { get; set; }
#Property Value
Type | Description |
---|---|
Dialog |
Specifies the dialog button alignment. |
Available values:
Name | Description |
---|---|
Right | The Dialog |
Center | The Dialog |
Left | The Dialog |
See Also