ArcObjects Library Reference (Carto)  

ILegendFormat.VerticalItemGap Property

Vertical distance in points between legend items.

[Visual Basic .NET]
Public Property VerticalItemGap As Double
[C#]
public double VerticalItemGap {get; set;}
[C++]
HRESULT get_VerticalItemGap(
  double* Gap
);
[C++]
HRESULT put_VerticalItemGap(
  double Gap
);
[C++]

Parameters

Gap [out, retval]   Gap is a parameter of type double Gap [in]   Gap is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegendFormat Interface