ESRI.ArcGIS.ADF.Tasks
LegendItemSettings Class
Members  See Also 
ESRI.ArcGIS.ADF.Tasks Namespace : LegendItemSettings Class




Settings for the legend control in the print task UI. The legend contains a default value which is the true/false setting for the checkbox control to be displayed initially, whether or not the control should appear as well as a collection of resource names to hide in the legend, the number of columns to be used for a multi-column rendering, and the threshold of elements that must appear when a layer of swatch elements spans multiple columns.

Object Model


Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class LegendItemSettings 
   Inherits ItemSettings(Of Boolean)
Visual Basic (Usage)Copy Code
Dim instance As LegendItemSettings
C# 
[SerializableAttribute()]
public class LegendItemSettings : ItemSettings<bool> 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Tasks.ItemSettings<Boolean>
      ESRI.ArcGIS.ADF.Tasks.LegendItemSettings

See Also

© 2010 All Rights Reserved.