Back to Devexpress

ThemedWindowDialogButton.ActualAlignment Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindowdialogbutton-725d1a60.md

latest1.5 KB
Original Source

ThemedWindowDialogButton.ActualAlignment Property

For internal use only.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public DialogButtonAlignment ActualAlignment { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualAlignment As DialogButtonAlignment

Property Value

Type
DialogButtonAlignment

Available values:

NameDescription
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

ThemedWindowDialogButton Class

ThemedWindowDialogButton Members

DevExpress.Xpf.Core Namespace