Spread WinForms 15
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

Property Value

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