Gets or sets the renderer used to symbolize the FeatureLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public FeatureRenderer Renderer { get; set; }
Visual Basic (Declaration)
Public Property Renderer As FeatureRenderer

Field Value

A FeatureRenderer object that defines the symbology for data referenced by the FeatureLayer.

See Also