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




The number of columns used to display the legend.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The number of columns to use when rendering the legend.")>
<DefaultValueAttribute()>
Public Property Columns As Integer
Visual Basic (Usage)Copy Code
Dim instance As LegendItemSettings
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns
C# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The number of columns to use when rendering the legend.")]
[DefaultValueAttribute()]
public int Columns {get; set;}

See Also

© 2010 All Rights Reserved.