Description
Fill symbols are used to draw polygon features on the graphics layer. Fills can be specified as solid, hatched, or pictures. In addition, the symbol can have an optional outline, which is defined by a line symbol.
FillSymbol has no constructor. Use
SimpleFillSymbol or
PictureFillSymbol.
Class hierarchy
esri.symbol.Symbol
|_ esri.symbol.FillSymbol
Subclasses
PictureFillSymbol SimpleFillSymbol Properties
Methods
Properties Detail
Methods Detail
Sets the outline of the fill symbol.
Input Parameters:
Code snippets:
selSymbol.setOutline(new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_SOLID, new dojo.Color([255,0,0]), 2));