|
| ESRI.ArcGIS.ADF.IMS | |
| Renderers Property | |
| See Also Example | |
| ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > GroupRenderer Class : Renderers Property |
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Renderers As RendererCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RendererCollection Renderers {get;} | |
The following example retrieves an existing GroupRenderer from a map layer,
retrieves a renderer within the GroupRenderer and modifies a property of the symbol
for that renderer.
| Visual Basic | Copy Code |
|---|---|
Dim layer As FeatureLayer = mapView.Layers.FindByName("Countries") | |
| C# | Copy Code |
|---|---|
FeatureLayer layer = mapView.Layers.FindByName("Countries"); | |