ArcGIS Runtime SDK for Windows Phone - Library Reference
LegendLayers Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Printing Namespace > LegendOptions Class : LegendLayers Property

Gets or sets the layers whose legends will be added to the layout. If null, all visible layers will be present in the legend. To specify that no layers will be included in the legend, set LegendLayers to an empty array.

Syntax

Visual Basic (Declaration) 
Public Property LegendLayers As IEnumerable(Of LegendLayer)
C# 
public IEnumerable<LegendLayer> LegendLayers {get; set;}

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.