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


IFillPattern Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillPattern Interface
ArcGIS Developer Help

IFillPattern Interface

Provides access to methods that control the fill pattern.

Product Availability

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

Members

Name Description
Method Draw Draws the fill pattern.

Classes that implement IFillPattern

Classes Description
GradientPattern A gradient fill pattern object.
LinePattern A line fill pattern object.
SolidColorPattern A solid color pattern object.

Remarks

FillPattern is used to draw the fill pattern for a BasicFillSymbol. There are 3 types of fill patterns - GradientPattern, LinePattern and SolidColorPattern. When new basic fill symbols are created, the fill pattern is defaulted to solid color pattern with black color fill.

IFillPattern interface is used to change the fill patterns.

The following code shows how you can change the attributes of a FillPattern.