VSColorTable::ToolStripGradientBegin Property

 

Gets the starting color of the gradient used in the ToolStrip background.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the starting color of the gradient used in the ToolStrip background.

Return to top
Show: