ESRI.ArcGIS.ADF.IMS
CellSpacing Property
See Also 
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.

See Also

© 2010 All Rights Reserved.