ArcObjects Library Reference (Display)  

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 Snippets

Create Simple Fill Symbol |

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls (Code Files: MapViewer) | Create a custom tool (Code Files: DrawGraphicLine) | Creating a toolbar of globe tools (Code Files: PolygonElement) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Find near features SOAP SOE (Code Files: Reference) | Server spatial query COM utility (Code Files: VegUtils_VBNet) | Triangle graphic element (Code Files: TriangleElementClass) |

.NET Related Topics

Building a map viewing application using the ArcGIS Engine controls | Create a custom tool | How to define a renderer for your layer |