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