Skip to main content
Bar

BarItemLinkBase.Alignment Property

Gets or sets the alignment of the current link, when it is displayed within a bar.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarItemAlignment Alignment { get; set; }

#Property Value

Type Description
BarItemAlignment

A DevExpress.Xpf.Bars.BarItemAlignment value that specifies the link's alignment.

#Remarks

If the Alignment property is set to Default, the link's alignment is determined by the corresponding bar item's alignment (the BarItem.Alignment property). If the bar item's BarItem.Alignment property is also set to Default, the link's alignment is specified by the bar's Bar.BarItemsAlignment property.

See Also