BackgroundLine Property
BackgroundLine returns the background line format. Returns a LineFormat object. This is a read-only property.
Syntax
object.BackgroundLine
Example 1
This example demonstrates how to return background line width.
Debug .Print MapFrame.BackgroundLine.Width
Example 2
This example demonstrates how to change the background line color to blue.
MapFrame.BackgroundLine.ForeColorRGBA.Color = srfColorBlue
Used by: MapFrame object