Share via


HSBColor.A Property

Gets the value of the color assigned to Alpha.

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

Syntax

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

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

Property Value

Type: System.Int32
Gets the specified color that is assigned to Alpha.