BarItem.GlyphSize Property
In This Article
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
#Property Value
Type | Description |
---|---|
Glyph |
A Glyph |
#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