Share via


HSBColor.Color Property

Gets the color profile of the color.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property Color As Color
    Get
'Usage
Dim instance As HSBColor
Dim value As Color

value = instance.Color
public Color Color { get; }
public:
property Color Color {
    Color get ();
}
member Color : Color
function get Color () : Color

Property Value

Type: System.Drawing.Color
The color profile of the color.