Back to Devexpress

BarSubItem.SubItemsGlyphSize Property

wpf-devexpress-dot-xpf-dot-bars-dot-barsubitem-f88960c5.md

latest3.5 KB
Original Source

BarSubItem.SubItemsGlyphSize Property

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public GlyphSize SubItemsGlyphSize { get; set; }
vb
Public Property SubItemsGlyphSize As GlyphSize

Property Value

TypeDescription
GlyphSize

A GlyphSize value that specifies the size of images for the menu’s items.

|

Available values:

NameDescription
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.

| | Medium |

A bar item is using a medium image specified by the BarItem.MediumGlyph property.

| | Large |

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

| | Custom |

The size of the glyph is specified by the Size value.

|

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 SubItemsGlyphSize specifies whether bar item links displayed in the current sub-menu use small or large images. You can override this setting for individual bar items via the BarItem.GlyphSize property.

If the sub-menu’s SubItemsGlyphSize property is set to Default , the size of the images is determined by the BarManager.MenuGlyphSize property.

See BarItem.Glyph to learn more.

See Also

Glyph

LargeGlyph

BarItem.GlyphSize

Bar.GlyphSize

BarSubItem.SubItemsGlyphSize

BarLinkContainerItem.SubItemsGlyphSize

MenuGlyphSize

ToolbarGlyphSize

BarSubItem Class

BarSubItem Members

DevExpress.Xpf.Bars Namespace