ArcObjects Library Reference (Display)  

IBasicFillSymbol Interface

Provides access to properties of the basic fill symbol.

Product Availability

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

Members

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

CoClasses that implement IBasicFillSymbol

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

 

.NET Related Topics

Cartographic representations