Share via


InformationPanel.NotificationColorTable.ToolStripGradientEnd Property

Gets the end 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 ToolStripGradientEnd As Color
    Get
'Usage
Dim instance As InformationPanel..::..NotificationColorTable
Dim value As Color

value = instance.ToolStripGradientEnd
public override Color ToolStripGradientEnd { get; }
public:
virtual property Color ToolStripGradientEnd {
    Color get () override;
}
abstract ToolStripGradientEnd : Color
override ToolStripGradientEnd : Color
override function get ToolStripGradientEnd () : Color

Property Value

Type: System.Drawing.Color
A Color that is the end color of the gradient used in the ToolStrip background.