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.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public GlyphSize ItemsGlyphSize { get; }
#Property Value
Type | Description |
---|---|
Glyph |
A Glyph |
Available values:
Name | Description |
---|---|
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 Bar |
Small | A bar item is using a small image specified by the Bar |
Medium | A bar item is using a medium image specified by the Bar |
Large | A bar item is using a large image specified by the Bar |
Custom | The size of the glyph is specified by the Size value. |