Skip to main content
Bar

BarItem.GlyphAlignment Property

Gets or sets the alignment of the bar item's image. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public Dock GlyphAlignment { get; set; }

#Property Value

Type Description
Dock

A Dock value that specifies the alignment of the bar item's image.

#Remarks

You can override this setting for individual bar item links via the BarItemLink.UserGlyphAlignment property.

See Also