This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the marker fill symbol.
Name | Description | |
---|---|---|
Color | Fill color. | |
GridAngle | Angle of marker position grid. | |
MarkerSymbol | Marker symbol used for fill. | |
Outline | Line symbol of fill outline. | |
Style | Fill style. |
Interfaces | Description |
---|---|
IFillSymbol | Provides access to members that control fill symbols. |
Classes | Description |
---|---|
MarkerFillSymbol | A fill symbol comprised of any of the supported marker symbols. |
You can use any MarkerSymbol for your fill, but note that the PictureFillSymbol may be more appropriate for your needs than using a PictureMarkerSymbol as the MarkerSymbol.
If the esriMFSGrid style is chosen, then the Marker objects will be aligned on a grid starting at the origin of the container's coordinate system, with the center of a marker at (0,0); therefore, if the same fill is applied to many shapes in one container, the markers within every shape will align together.