Back to Devexpress

RibbonGalleryBarItem.DropDownGalleryMenuCustomItemsGlyphSize Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbongallerybaritem-09ff7adb.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public Size DropDownGalleryMenuCustomItemsGlyphSize { get; set; }
vb
Public Property DropDownGalleryMenuCustomItemsGlyphSize As Size

Property Value

TypeDescription
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

RibbonGalleryBarItem Class

RibbonGalleryBarItem Members

DevExpress.Xpf.Ribbon Namespace