InformationPanel.DefaultColorTable.ToolStripGradientBegin Property
Gets the starting 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 ToolStripGradientBegin As Color
Get
'Usage
Dim instance As InformationPanel..::..DefaultColorTable
Dim value As Color
value = instance.ToolStripGradientBegin
public override Color ToolStripGradientBegin { get; }
public:
virtual property Color ToolStripGradientBegin {
Color get () override;
}
abstract ToolStripGradientBegin : Color
override ToolStripGradientBegin : Color
override function get ToolStripGradientBegin () : Color
Property Value
Type: System.Drawing.Color
The starting color of the gradient that is used as a background in the ToolStrip.