This document is archived and information here might be outdated. Recommended version. |
Provides access to methods that control the fill pattern.
Name | Description | |
---|---|---|
Draw | Draws the fill pattern. |
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.