![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
SplitText Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > Legend Class : SplitText Property |
Visual Basic (Declaration) | |
---|---|
Public Property SplitText As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Legend Dim value As String instance.SplitText = value value = instance.SplitText |
C# | |
---|---|
public string SplitText {get; set;} |
This is the text that appears at the bottom of a column if entries for a layer using a ValueMapRenderer are split between columns. This may occur if multiple columns are used by setting ColumnCount higher than one, and CanSplit is true.
For example, if a countries layer renders each country with a different symbol, the legend will display these symbols along with country names. The country list may be split between columns. If it is split, SplitText will be placed at the bottom of the column where the split occurs.
The default split text is "(Cont)".
Does not apply to ArcMap Server image services.
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