Share via


InformationPanel.NotificationColorTable.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..::..NotificationColorTable
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
A Color that is the starting color of the gradient used in the ToolStrip background.