FrameFill Property
FrameFill returns the fill format object for the frame. Returns a FillFormat object. This is a read-only property.
Syntax
object.FrameFill
Example 1
This example demonstrates how to return the fill pattern of a legend.
Debug.Print Legend.FrameFill.Pattern
Example 2
This example demonstrates how to set the color of a legend to green.
Legend.FrameFill.ForeColorRGBA.Color = srfColorGreen
Used by: Legend object