Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / B Property


In This Topic
    B Property
    In This Topic
    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