NoAreaFill Property

 

The NoAreaFill property returns or sets the Don't draw area fill option for gradient maps. Returns a Boolean.

 

Syntax

object.NoAreaFill

object.NoAreaFill = NoAreaFill

 

Parameter

Type

Description

NoAreaFill

Boolean

required; true to remove the area color fill and display the gradient map color in the areas

 

Example

    'NoAreaFill

    'Allow boundary fills to override gradient map fills

    GradientMap.NoAreaFill = False

 

    'Gradient map fill overrides the boundary fills

    GradientMap.NoAreaFill = True

 

Used by: GradientMap object