This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBasicFillSymbol Interface (ArcObjects .NET 10.5 SDK) |
Provides access to properties of the basic fill symbol.
Description | ||
---|---|---|
FillPattern | Fill pattern of a basic fill symbol. |
CoClasses and Classes | Description |
---|---|
BasicFillSymbol | Basic fill symbol object. |
Use IBasicFillSymbol to create a new basic fill symbol for drawing polygon geometries.
FillPattern is the property that returns a reference to a fill pattern such as GradientPattern, LinePattern or SolidColorPattern. When new basic fill symbols are created, the fill pattern is defaulted to solid color pattern with black color fill. Use IFillPattern to change the fill pattern.