ESRI.ArcGIS.ADF.Tasks
Condensed Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > LegendItemSettings Class : Condensed Property




Whether legend should appear in a condensed form or a more complete form.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("When true (the default), the legend shows only layer names and swatches with descriptions. When false, the legend shows all contents as displayed in the Toc, including map resource names and group layers, along with indented formatting.")>
Public Property Condensed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LegendItemSettings
Dim value As Boolean
 
instance.Condensed = value
 
value = instance.Condensed
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("When true (the default), the legend shows only layer names and swatches with descriptions. When false, the legend shows all contents as displayed in the Toc, including map resource names and group layers, along with indented formatting.")]
public bool Condensed {get; set;}

Remarks

If true (the default), the legend shows only layer names and swatches with descriptions. If false, the legend will show all contents as displayed in the Toc, including map resource names and group layers, along with indented formatting.

See Also

© 2010 All Rights Reserved.