This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendFormat Interface > ILegendFormat.VerticalItemGap Property (ArcObjects .NET 10.4 SDK) |
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