BkFill returns the background fill properties for a graticule. Returns a FillFormat object. This is a read-only property.
Syntax
object.BkFill
The ShowBkFill property must be set to True before modifying the background fill.
Example
This example shows the background fill and sets the background fill property for a graticule to dark green.
Grat.ShowBkFill = True
Grat.BkFill.ForeColor = mvColorDarkGreen
Used by: Graticule object