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


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

IBasicFillSymbol Interface

Provides access to properties of the basic fill symbol.

Product Availability

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

Members

Name Description
Read/write property FillPattern Fill pattern of a basic fill symbol.

Classes that implement IBasicFillSymbol

Classes Description
BasicFillSymbol Basic fill symbol object.

Remarks

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.