Spread Windows Forms 12.0 Product Documentation
BackgroundColor Property (Fill)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Fill Structure : BackgroundColor Property
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

Reference

Fill Structure
Fill Members