ArcObjects Library Reference (Display)  

ISimpleFillSymbol Interface

Provides access to members that control the simple fill symbol.

Product Availability

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

Description

ISimpleFillSymbol is used to create a fill symbol comprised of a predefined set of styles. The available styles are provided by the esriSimpleFillStyle enumeration. Use the IFillSymbol interface to set additional properties for ISimpleFillSymbols.

It is strongly recommended to not use any Style other than esriSFSSolid. All of the remaining style enumerations can be accomplished using other fill symbol types such as ILineFillSymbol, or by specifying IColor::NullColor for hollow symbols.

Members

Description
Read/write property Color Fill color.
Read/write property Outline Line symbol of fill outline.
Read/write property Style Fill style.

Inherited Interfaces

Interfaces Description
IFillSymbol Provides access to members that control fill symbols.

CoClasses that implement ISimpleFillSymbol

CoClasses and Classes Description
SimpleFillSymbol A fill symbol comprised from a predefined set of styles.

.NET Snippets

Draw Polygon | Create Simple Fill Symbol | Add Graphic to Map | Create Line Callout | Flash Geometry |

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | Building a MapViewer application using the ArcGIS Engine controls (Code Files: MapViewer) | Create a custom default raster renderer (Code Files: RasterRendererMaker_1bit_TIFF_VBNET) | Create a custom tool (Code Files: DrawGraphicLine) | Creating a toolbar of globe tools (Code Files: PolygonElement) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Draw text on a MapControl (Code Files: DrawText) | Editing using a custom form (Code Files: MainForm) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Geoevents in a MapControl (Code Files: GeoEvents) | Retrieve a color ramp from the SymbologyControl (Code Files: SymbolForm) | Server spatial query COM utility (Code Files: VegUtils_VBNet) | Server spatial query server object extension (Code Files: Extension) | Simple SOE (Code Files: Form1) | Triangle graphic element (Code Files: TriangleElementClass TriangleElementTool) |

.NET Related Topics

Building a map viewing application using the ArcGIS Engine controls | Create a custom tool | DefenseSolutions | DisplayUI | How to create a raster unique value renderer | How to define a renderer for your layer | How to develop the SOE | How to draw a polygon on the screen | How to draw a rectangle on the screen | How to make a line callout | Implementing persistence |