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


esriSimpleFillStyle Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Constants > E > esriSimpleFillStyle Constants
ArcGIS Developer Help

esriSimpleFillStyle Constants

Simple fill symbol styles.

Constant Value Description
esriSFSSolid 0 Solid fill.
esriSFSNull 1 Empty fill.
esriSFSHollow 1 Hollow fill (same as esriSFSNull).
esriSFSHorizontal 2 Horizontal hatch fill ------.
esriSFSVertical 3 Vertical hatch fill ||||||.
esriSFSForwardDiagonal 4 45-degree downward, left-to-right hatch fill \\\.
esriSFSBackwardDiagonal 5 45-degree upward, left-to-right hatch fill //////.
esriSFSCross 6 Horizontal and vertical crosshatch ++++++.
esriSFSDiagonalCross 7 45-degree crosshatch xxxxxx.

Product Availability

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

.NET Samples

Create a custom tool Creating a toolbar of globe tools Executing geoprocessing tools in the background Building a MapViewer application using the ArcGIS Engine controls Triangle graphic element