|
| ESRI.ArcGIS.ADF.Web | |
| Renderer Property | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class : Renderer Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Renderer As IRenderer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public IRenderer Renderer {get; set;} | |
The symbols used in the renderer must be appropriate for the
FeatureType of the graphics layer. For example, a Point type
layer may be symbolized using
SimpleMarkerSymbol,
but not
SimpleFillSymbol.