Whether legend should appear in a condensed form or a more complete form.
Syntax
Visual Basic (Declaration) | |
---|
<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.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
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# | |
---|
[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.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool Condensed {get; set;} |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also