Skip to main content

AppBarButton.Alignment Property

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

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public AppBarElementAlignment Alignment { get; set; }

Property Value

Type Description
DevExpress.Xpf.WindowsUI.AppBarElementAlignment

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

See Also