VSColorTable::ImageMarginGradientMiddle Property

 

Gets the middle color of the gradient used in the image margin of a ToolStripDropDownMenu.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)

public:
property Color ImageMarginGradientMiddle {
	virtual Color get() override;
}

Property Value

Type: System.Drawing::Color

A Color that is the middle color of the gradient used in the image margin of a ToolStripDropDownMenu.

ShowImageMargin must be set to true for this color to be displayed.

Return to top
Show: