Simple fill symbols that can be used to symbolize polygon geometries.

Referenced by: GeoRSS Layer (GeoRSS), Predominance Renderer, symbol, Video Layer Drawing Info

Properties

PropertyDetails
colorColor is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.
outlineSets the outline of the fill symbol.
styleString value representing the simple fill symbol type.
Valid values: esriSFSBackwardDiagonal, esriSFSCross, esriSFSDiagonalCross, esriSFSForwardDiagonal, esriSFSHorizontal, esriSFSNull, esriSFSSolid, esriSFSVertical
typeSpecifies the type of symbol used.
Valid value of this property esriSFS

Simple Fill Symbol Example

{
"type": "esriSFS",
"style": "esriSFSSolid",
"color": [
115,
76,
0,
255
],
"outline": {
"type": "esriSLS",
"style": "esriSLSSolid",
"color": [
110,
110,
110,
255
],
"width": 1
}
}