Skip to main content
A newer version of this page is available. .

ThemedWindowDialogButton.ActualAlignment Property

For internal use only.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public DialogButtonAlignment ActualAlignment { get; }

Property Value

Type
DialogButtonAlignment

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.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also