ArcObjects Library Reference (Display)  

IFillPattern Interface

Provides access to methods that control the fill pattern.

Product Availability

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

Members

Description
Method Draw Draws the fill pattern.

CoClasses that implement IFillPattern

CoClasses and 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.