Spread Windows Forms 12.0 Product Documentation
A Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : A Property
Gets the alpha component value of this Color structure.
Syntax
'Declaration
 
Public ReadOnly Property A As Integer
'Usage
 
Dim instance As Color
Dim value As Integer
 
value = instance.A
public int A {get;}
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

Reference

Color Structure
Color Members