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