BarItem.GlyphAlignment Property
In This Article
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
#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