CollarFill Property

 

The CollarFill property returns or changes the FillFormat object for the map collar.

 

Syntax

object.CollarFill

 

Example

'CollarFill

'Change the fill of the collar to a solid gray pattern

Collar.CollarFill.Pattern = "Solid"

Collar.CollarFill.foreColor = mvColorBlack20

 

Used by: Collar object