RibbonImageSize Enumeration
.NET Framework (current version)
Defines constants that specify how images are shown on Ribbon controls.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
| Member name | Description | |
|---|---|---|
| Collapsed | The image is collapsed. | |
| Large | The large image is shown. | |
| Small | The small image is shown. |
A Ribbon control can display a Large image, a Small image, or the image can be Collapsed. If the control does not specify an image of the size that corresponds to the ImageSize setting, no image is displayed.
A Small image is typically 16x16 pixels at 96 dpi. A Large image is typically 32x32 pixels at 96 dpi.
.NET Framework
Available since 4.5
Available since 4.5
Show: