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


IScaleBar.UnitLabelGap Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IScaleBar.UnitLabelGap Property

Gap between the scale bar and the unit label in points (1/72 inch).

[Visual Basic .NET]
Public Property UnitLabelGap As Double
[C#]
public double UnitLabelGap {get; set;}
[C++]
HRESULT get_UnitLabelGap(
  double* points
);
[C++]
HRESULT put_UnitLabelGap(
  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

IScaleBar Interface