BgColorSpectrum Property

 

The BgColorSpectrum property returns or sets the background color spectrum. Returns a ColorSpectrum object. This is a read-only property.

 

Syntax

object.BgColorSpectrum

 

Remarks

The background fill spectrum does not show if the fill pattern is solid. Use ClassFill to set the fill pattern.

 

Example

This example loads a background color spectrum for a hatch map. The color spectrum named forest is loaded from the existing list of color spectrums.

 

HatchMap.BgColorSpectrum.LoadFromList("Forest")

 

Used by: HatchMap object, TerritoryMap object