BackgroundFill Property
BackgroundFill returns the background fill format. Returns a FillFormat object. This is a read-only property.
Syntax
object.BackgroundFill
Example 1
This example demonstrates how to return the background fill color.
Debug .Print MapFrame.BackgroundFill.ForeColorRGBA.Color
Example 2
This example demonstrates how to change the background fill pattern to thatch.
MapFrame.BackgroundFill.Pattern = "Thatch"
Used by: MapFrame object