Back to Devexpress

AppBarSeparator.Alignment Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-appbarseparator.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public AppBarElementAlignment Alignment { get; set; }
vb
Public Property Alignment As AppBarElementAlignment

Property Value

TypeDescription
DevExpress.Xpf.WindowsUI.AppBarElementAlignment

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

|

See Also

AppBar.Alignment

AppBarButton.Alignment

AppBarSeparator Class

AppBarSeparator Members

DevExpress.Xpf.WindowsUI Namespace