Skip to main content

Bar.GlyphSize Property

Gets or sets whether a small or large image is used by bar item links displayed in the current bar. 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 used by the bar's links.

#Remarks

This property makes sense when both large and small images are assigned to bar items via the BarItem.Glyph and BarItem.LargeGlyph properties. The GlyphSize specifies whether bar item links displayed in the current bar use small or large images. You can override this setting for individual bar items via the BarItem.GlyphSize property.

If the bar's GlyphSize property is set to Default, the size of images is determined by the BarManager.ToolbarGlyphSize property.

See BarItem.Glyph to learn more.

See Also