BackgroundColor Property (Fill)
Gets the background color of the pattern fill.
public Color BackgroundColor {get;}
'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.