ESRI.ArcGIS.ADF.Local | |
LegendItem Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomGlobeLayer Class : LegendItem Property |
Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property LegendItem As ILegendItem |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual ILegendItem LegendItem {get;} |
Layer or renderer legend information is further formatted for display in ArcMap legends.
A renderer can override this formatting by returning a LegendItem for this property.
ESRI renderers typically do not return anything for this property. With this configuration,
legend formatting becomes a user or developer choice on the legend object.