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


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

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

Name 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.

Classes that implement ISimpleFillSymbol

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

.NET Samples

Create a custom default raster renderer Create a custom tool Custom UI elements using add-ins Editing using a custom form Creating a toolbar of globe tools Executing geoprocessing tools in the background Draw text on a MapControl Geoevents in a MapControl Building a MapViewer application using the ArcGIS Engine controls 3D multipatch examples Retrieve a color ramp from the SymbologyControl Triangle graphic element Triangle graphic element