RibbonImageSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify how images are shown on Ribbon controls.
public enum class RibbonImageSize
public enum RibbonImageSize
type RibbonImageSize =
Public Enum RibbonImageSize
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Collapsed | 0 | The image is collapsed. |
Small | 1 | The small image is shown. |
Large | 2 | 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.
Applies to
.NET