HSBColor.H Property
Gets the hue-saturation-brightness (HSB) hue value in degrees for this Color structure.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property H As Single
Get
'Usage
Dim instance As HSBColor
Dim value As Single
value = instance.H
public float H { get; }
public:
property float H {
float get ();
}
member H : float32
function get H () : float
Property Value
Type: System.Single
The hue, in degrees, of this Color. The hue is measured in degrees, ranging from 0.0 through 360.0, in HSB color space.