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


ILineCallout.Gap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineCallout Interface > ILineCallout.Gap Property
ArcGIS Developer Help

ILineCallout.Gap Property

The gap.

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

Description

Gap is the distance between the Border and the AccentBar. The Gap is specified in points (approx. 1/72 of an inch).

See Also

ILineCallout Interface