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

AppBarSeparator.Alignment Property

Gets or sets the alignment of this AppBarSeparator relative to the containing AppBar. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v19.2.dll

Declaration

public AppBarElementAlignment Alignment { get; set; }

Property Value

Type Description
DevExpress.Xpf.WindowsUI.AppBarElementAlignment

An DevExpress.Xpf.WindowsUI.AppBarElementAlignment enumeration value specifying the AppBarSeparator alignment.

See Also