ESRI.ArcGIS.ADF.IMS
CellSpacing Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > Legend Class : CellSpacing Property




Gets or sets the number of pixels to pad between entries.

Syntax

Visual Basic (Declaration) 
Public Property CellSpacing As Integer
Visual Basic (Usage)Copy Code
Dim instance As Legend
Dim value As Integer
 
instance.CellSpacing = value
 
value = instance.CellSpacing
C# 
public int CellSpacing {get; set;}

Example

For an example, see the Legend overview.

Remarks

Defines number of pixels to pad vertically between entries in the legend, including layers and layer values.

Default is 2 pixels.

Does not apply to ArcMap Server image services.

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.