Share via


HSBColor.S Property

Gets the hue-saturation-brightness (HSB) saturation 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 S As Single
    Get
'Usage
Dim instance As HSBColor
Dim value As Single

value = instance.S
public float S { get; }
public:
property float S {
    float get ();
}
member S : float32
function get S () : float

Property Value

Type: System.Single
The saturation of this Color. The saturation ranges from 0.0 through 1.0, where 0.0 is grayscale, and 1.0 is the most saturated.