Skip to main content
A newer version of this page is available. .
Bar

BarItem.GlyphAlignment Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Dock GlyphAlignment { get; set; }

Property Value

Type Description
Dock

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

Remarks

Use the GlyphAlignment property to specify the position of the current bar item’s glyph.

Note

Setting this property has no effect if the current bar item is used within the RibbonControl or RibbonStatusBarControl.

See Also