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


IScaleBar2.LabelGap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleBar2 Interface > IScaleBar2.LabelGap Property
ArcGIS Developer Help

IScaleBar2.LabelGap Property

Vertical gap between the bar and the labels in points (1/72 inch).

[Visual Basic .NET]
Public Property LabelGap As Double
[C#]
public double LabelGap {get; set;}
[C++]
HRESULT get_LabelGap(
  System.Double* points
);
[C++]
HRESULT put_LabelGap(
  double points
);
[C++]
Parameters
points [out, retval]

points is a parameter of type double* points [in]
points is a parameter of type double

Product Availability

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

See Also

IScaleBar2 Interface