This document is archived and information here might be outdated.  Recommended version.


ILegendFormat2.VerticalItemGap Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILegendFormat2.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

ILegendFormat2 Interface