VSColorTable.ImageMarginGradientBegin Property
Gets the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ImageMarginGradientBegin As Color
public override Color ImageMarginGradientBegin { get; }
public:
virtual property Color ImageMarginGradientBegin {
Color get () override;
}
abstract ImageMarginGradientBegin : Color with get
override ImageMarginGradientBegin : Color with get
override function get ImageMarginGradientBegin () : Color
Property Value
Type: Color
A Color that is the starting color of the gradient used in the image margin of a ToolStripDropDownMenu.
Remarks
ShowImageMargin must be set to true for this color to be displayed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.