InformationPanel.DefaultColorTable.ToolStripGradientMiddle Property
Gets the middle color of the gradient used in the ToolStrip background.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ToolStripGradientMiddle As Color
Get
'Usage
Dim instance As InformationPanel..::..DefaultColorTable
Dim value As Color
value = instance.ToolStripGradientMiddle
public override Color ToolStripGradientMiddle { get; }
public:
virtual property Color ToolStripGradientMiddle {
Color get () override;
}
abstract ToolStripGradientMiddle : Color
override ToolStripGradientMiddle : Color
override function get ToolStripGradientMiddle () : Color
Property Value
Type: System.Drawing.Color
The middle color of the gradient that is used as a background in the ToolStrip.