VSColorTable::ButtonPressedGradientMiddle Property

 

Gets the middle color of the gradient used when the button is pressed.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the middle color of the gradient used when the button is pressed.

Return to top
Show: