Skip to main content
Bar

BarItem.GlyphSize Property

Gets or sets whether a small or large image is displayed by the bar item. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public GlyphSize GlyphSize { get; set; }

#Property Value

Type Description
GlyphSize

A GlyphSize value that specifies whether a small or large image is displayed by the bar item.

#Remarks

If the GlyphSize property is set to Default, the size of images is determined by the GlyphSize properties of the container (bar/menu/submenu) where the item's links are displayed, or by the BarManager's corresponding setting (BarManager.ToolbarGlyphSize or BarManager.MenuGlyphSize).

See the BarItem.Glyph property to learn more.

See Also