Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / R Property


In This Topic
    R Property
    In This Topic
    Gets the red component value of this Color structure.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property R As Byte
    'Usage
     
    
    Dim instance As Color
    Dim value As Byte
     
    value = instance.R
    public byte R {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