Symbols are used to represent "geometries" on the map. Marker symbols are available for point and multipoint geometries. Line symbols are available for polyline geometries. Fill symbols are available for polygon geometries.
| Class | Description | |
|---|---|---|
| CartographicLineSymbol | Used to draw linear features on the graphics layer. | |
| CompositeSymbol | Used to draw multiple symbols on a single graphic. | |
| FillSymbol | Base class for polygon symbols. | |
| InfoSymbol | Used to display info markers (or bubble markers), containing your own content, at points (MapPoint) on the graphics layer. | |
| LineSymbol | Base class for line symbols. | |
| MarkerSymbol | Base class for marker symbols. | |
| PictureFillSymbol | Used to draw polygon features on the graphics layer using an image that gets repeated over and over. | |
| PictureMarkerSymbol | Used to draw points and multipoints on the graphics layer using an image. | |
| SimpleFillSymbol | Used to draw polygon features on the graphics layer using simple patterns. | |
| SimpleLineSymbol | Used to draw linear features on the graphics layer using simple line patterns. | |
| SimpleMarkerSymbol | Used to draw points and multipoints (or nodes of polylines and polygons) on the graphics layer using simple markers. | |
| Symbol | Base class for all symbols. | |
| TextSymbol | Used to display text at points on the graphics layer. |