This document is archived and information here might be outdated.  Recommended version.


IFillSymbol Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillSymbol Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IFillSymbol Interface

Provides access to members that control fill symbols.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IFillSymbol is the genereric interface for properties common to ILineFillSymbol, IMarkerFillSymbol, IGradientFillSymbol, ISimpleFillSymbol, and IPictureFillSymbol.

Members

Name Description
Read/write property Color Fill color.
Read/write property Outline Line symbol of fill outline.

CoClasses that implement IFillSymbol

CoClasses and Classes Description

Remarks

The Color property controls the color of the basic fill (SimpleFill, MarkerFill, GradientFill, and so on) and can be set to any IColor object.

The Outline property sets an ILineSymbol object, which is drawn as the outline of the fill symbol. By default, the outline is a solid SimpleLineSymbol, but you can use any type of line symbol as your outline.

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.

See Also

IDotDensityFillSymbol Interface | IMarkerFillSymbol Interface | ILineFillSymbol Interface | IGradientFillSymbol Interface | IFillSymbol Interface | IDotDensityFillSymbol2 Interface | IFillProperties Interface | IPictureFillSymbol Interface | IMultiLayerFillSymbol Interface

.NET Samples

Use a PageLayoutControl as an overview window (Code Files: Overview) | Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files: AlgorithmicColorRamp) | Extent view (Code Files: clsExtentView) | Multivariate renderer (Code Files: MultivariateRenderer)

.NET Related Topics

How to create a raster classify renderer