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




The number of swatch elements that must appear when the layer swatches span multiple columns.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The number of swatch elements that must appear when the layer swatches span multiple columns.")>
Public Property ColumnThreshold As Integer
Visual Basic (Usage)Copy Code
Dim instance As LegendItemSettings
Dim value As Integer
 
instance.ColumnThreshold = value
 
value = instance.ColumnThreshold
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The number of swatch elements that must appear when the layer swatches span multiple columns.")]
public int ColumnThreshold {get; set;}

See Also

© 2010 All Rights Reserved.