FillSymbol

Base Type: Symbol

Derived Types: PictureFillSymbol, SimpleFillSymbol, XMLBinaryFillSymbol

An abstract base class that provides common properties to its derived types, which are used to draw polygons.

Property

Type

Description

Color

Color

The color object (CmykColor, GrayColor, HlsColor, HsvColor, RgbColor) that determines the color of the line.

Outline

LineSymbol

The line symbol object (SimpleLineSymbol) used for the outline of the fill symbol.

Remarks

The Color property controls the color of the basic fill.

The Outline property sets a LineSymbol, which is drawn as the outline of the fill symbol. Note that the outline is centered on the boundary of the feature; therefore, an outline with a width of 5 will overlap the fill symbol by a visible amount.

11/8/2016