HSBColor.B Property
Gets the hue-saturation-brightness (HSB) value 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 B As Single
Get
'Usage
Dim instance As HSBColor
Dim value As Single
value = instance.B
public float B { get; }
public:
property float B {
float get ();
}
member B : float32
function get B () : float
Property Value
Type: System.Single
The brightness of this Color. The brightness ranges from 0.0 through 1.0, where 0.0 represents black, and 1.0 represents white.