This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillPattern Interface (ArcObjects .NET 10.5 SDK) |
Provides access to methods that control the fill pattern.
Description | ||
---|---|---|
Draw | Draws the fill pattern. |
CoClasses and Classes | Description |
---|---|
GradientPattern | A gradient fill pattern object. |
LinePattern | A line fill pattern object. |
SolidColorPattern | A solid color pattern object. |
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.