Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / BackgroundColor Property


In This Topic
    BackgroundColor Property (Fill)
    In This Topic
    Gets the background color of the pattern fill.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BackgroundColor As Color
    'Usage
     
    
    Dim instance As Fill
    Dim value As Color
     
    value = instance.BackgroundColor
    public Color BackgroundColor {get;}

    Property Value

    A Color value represents the background color of the pattern fill.
    See Also