FrameFill Property

 

The FrameFill property returns the FillFormat object for the legend frame. This is a read-only property.

 

Syntax

object.FrameFill

 

Example 1

This example demonstrates how to return the legend fill pattern.

 

Debug.Print Legend.FrameFill.Pattern

 

Example 2

This example demonstrates how to set the legend color to green.

 

Legend.FrameFill.ForeColor = mvColorGreen

 

Used by: Legend object