Back to Devexpress

BarManager.MenuGlyphSize Attached Property

wpf-devexpress-dot-xpf-dot-bars-dot-barmanager-4b7784ce.md

latest2.8 KB
Original Source

BarManager.MenuGlyphSize Attached Property

Gets or sets whether a small or large image is displayed by bar item links within popup menus and sub-menus that belong to the current bar manager. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

See GetMenuGlyphSize(DependencyObject) and SetMenuGlyphSize(DependencyObject, GlyphSize).

Returns

TypeDescription
GlyphSize

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

|

Remarks

If the MenuGlyphSize property is set to Default, and bar items in a sub-menu/popup menu have both a large and small images assigned, a small image will be displayed. Set the MenuGlyphSize property to Large to display bar item links using large images.

You can override the bar manager’s MenuGlyphSize setting for:

See the BarItem.Glyph property to learn more.

See Also

Glyph

LargeGlyph

BarItem.GlyphSize

Bar.GlyphSize

BarSubItem.SubItemsGlyphSize

BarLinkContainerItem.SubItemsGlyphSize

ToolbarGlyphSize

BarSubItem

PopupMenu

GetMenuGlyphSize(DependencyObject)

SetMenuGlyphSize(DependencyObject, GlyphSize)

BarManager Class

BarManager Members

DevExpress.Xpf.Bars Namespace