ProfessionalColorTable.MenuItemSelectedGradientEnd 属性

定义

获取 ToolStripMenuItem 被选定时使用的渐变的结束颜色。

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

属性值

Color

一个 Color,表示 ToolStripMenuItem 被选定时使用的渐变的结束颜色。

适用于