Skip to main content

RibbonGalleryBarItem.DropDownGalleryMenuCustomItemsGlyphSize Property

Gets or sets the size of the glyph for the bar items within the current dropdown gallery. This property affects the glyph size if the bar item’s GlyphSize property is set to Custom. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public Size DropDownGalleryMenuCustomItemsGlyphSize { get; set; }

Property Value

Type Description
Size

A Size structure that is the size of the glyph.

Remarks

Use the DropDownGalleryMenuCustomItemsGlyphSize property to specify the exact width and height of the glyph displayed for the menu items within the dropdown gallery.

See Also