ProfessionalColors::ImageMarginGradientBegin Property

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Color ImageMarginGradientBegin {
	static Color get();
}

Property Value

Type: System.Drawing::Color

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

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

.NET Framework
Available since 2.0
Return to top
Show: