संपादित करें

इसके माध्यम से साझा किया गया


RibbonImageSize Enum

Definition

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

public enum class RibbonImageSize
public enum RibbonImageSize
type RibbonImageSize = 
Public Enum RibbonImageSize
Inheritance
RibbonImageSize

Fields

Collapsed 0

The image is collapsed.

Large 2

The large image is shown.

Small 1

The small 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