Skip to main content
Bar

GlyphSize Enum

Contains values that control the size of glyphs in bar item links.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public enum GlyphSize

#Members

Name Description
Default

The size of a bar item's image is dependent on the settings of the bar item's container (bar or popup menu) or the BarManager object. See the following options: Bar.GlyphSize, PopupMenu.GlyphSize, BarSubItem.SubItemsGlyphSize, BarManager.ToolbarGlyphSize, BarManager.MenuGlyphSize.

Small

A bar item is using a small image specified by the BarItem.Glyph property.

Large

A bar item is using a large image specified by the BarItem.LargeGlyph property.

See Also