InformationPanel.NotificationColorTable.ToolStripContentPanelGradientBegin Property
Gets the starting color of the gradient used in the ToolStripContentPanel control.
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..::..NotificationColorTable
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
A Color that is the starting color of the gradient used in the ToolStripContentPanel control.