Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / A Property


In This Topic
A Property
In This Topic
Gets the alpha component value of this Color structure.
Syntax
'Declaration
 
Public ReadOnly Property A As Byte
 
'Usage
 
Dim instance As Color
Dim value As Byte
 
value = instance.A
Remarks
Invoke this function only if the Type is ColorType.ARGB and IsKnownColor is false.

The Tint value isn't applied to the result.

See Also