Spread Windows Forms 12.0 Product Documentation
B Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : B Property
Gets the blue component value of this Color structure.
Syntax
'Declaration
 
Public ReadOnly Property B As Byte
'Usage
 
Dim instance As Color
Dim value As Byte
 
value = instance.B
public byte B {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