VSColorTable::MenuStripGradientEnd Property

 

Gets the end color of the gradient used in the MenuStrip.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the end color of the gradient used in the MenuStrip.

Return to top
Show: