Back to Devexpress

RibbonPageGroup.ItemsGlyphSize Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-cdfc32ab.md

latest2.3 KB
Original Source

RibbonPageGroup.ItemsGlyphSize Property

Gets the size of images used by bar item links owned by the current object.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public GlyphSize ItemsGlyphSize { get; }
vb
Public ReadOnly Property ItemsGlyphSize As GlyphSize

Property Value

TypeDescription
GlyphSize

A GlyphSize value.

|

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.

|

Implements

ItemsGlyphSize

See Also

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace