ESRI.ArcGIS.ADF.Tasks
ColumnThreshold Property
See Also  Send Feedback
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) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<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# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The number of swatch elements that must appear when the layer swatches span multiple columns.")]
public int ColumnThreshold {get; set;}

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

© 2011 All Rights Reserved.