ProfessionalColorTable.ImageMarginRevealedGradientMiddle 属性

定义

获取在显示项时在 ToolStripDropDownMenu 的图像边距中使用的渐变的中间颜色。

public:
 virtual property System::Drawing::Color ImageMarginRevealedGradientMiddle { System::Drawing::Color get(); };
public virtual System.Drawing.Color ImageMarginRevealedGradientMiddle { get; }
member this.ImageMarginRevealedGradientMiddle : System.Drawing.Color
Public Overridable ReadOnly Property ImageMarginRevealedGradientMiddle As Color

属性值

一个 Color,表示在显示项时在 ToolStripDropDownMenu 的图像边距中使用的渐变的中间颜色。

注解

ShowImageMargin 必须设置为 true 才能显示此颜色。

适用于