ESRI.ArcGIS.ADF.Web
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace
See Also  Inheritance Hierarchy
ESRI.ArcGIS.ADF.Web.Display.Symbol contains classes for displaying symbols for features in a map layer. Currently these are used only for graphics layers.

Classes

Class Description
FeatureSymbol FeatureSymbol represents Symbols that can be used to draw features.
FillSymbol A FeatureSymbol used for drawing polygon features.
GradientFillSymbol FillSymbol used to fill polygons with a gradual gradient based on two colors.
HashLineSymbol Line symbol for drawing railroad symbols.
LineSymbol A FeatureSymbol used for drawing line features.
MarkerSymbol A FeatureSymbol used for drawing point features.
RasterFillSymbol FillSymbol used for filling polygons with a given image.
RasterMarkerSymbol MarkerSymbol that symbolizes point features using a given raster image.
SimpleFillSymbol A FillSymbol used for displaying polygons features.
SimpleLineSymbol A LineSymbol used for displaying line features.
SimpleMarkerSymbol A MarkerSymbol used for displaying point features.
Symbol Abstract object representing features on a map.
TextMarkerSymbol A MarkerSymbol that adds static text to an acetate layer.
TrueTypeMarkerSymbol A MarkerSymbol that adds static text to an acetate layer.

Enumerations

Enumeration Description
CapType Specifies the cap type for the end of lines.
GradientFillType Fill type for gradient fill symbols.
JoinType Specifies how lines should be joined.
LineType Specifies the line type.
MarkerSymbolType Specifies the type or shape of marker symbols.
PolygonFillType Specifies the type of fill.
RotateMethod Method used to calculate the angle of rotation.

See Also