ProfessionalColors.ImageMarginRevealedGradientEnd 属性

定义

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

public:
 static property System::Drawing::Color ImageMarginRevealedGradientEnd { System::Drawing::Color get(); };
public static System.Drawing.Color ImageMarginRevealedGradientEnd { get; }
member this.ImageMarginRevealedGradientEnd : System.Drawing.Color
Public Shared ReadOnly Property ImageMarginRevealedGradientEnd As Color

属性值

Color

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

注解

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

适用于