RibbonImageSize Enumeration

Defines constants that specify how images are shown on Ribbon controls.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Enumeration RibbonImageSize
public enum RibbonImageSize
public enum class RibbonImageSize
type RibbonImageSize
public enum RibbonImageSize

Members

Member name Description
Collapsed The image is collapsed.
Small The small image is shown.
Large The large image is shown.

Remarks

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.

See Also

Reference

Microsoft.Windows.Controls.Ribbon Namespace