|
| ESRI.ArcGIS.ADF.Web | |
| Renderer Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class : Renderer Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property Renderer As IRenderer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FeatureGraphicsLayer Dim value As IRenderer instance.Renderer = value value = instance.Renderer | |
| 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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family