This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICallout Interface > ICallout.LeaderTolerance Property (ArcObjects .NET 10.4 SDK) |
The closest distance to the text the anchor point can be for the callout to draw.
[Visual Basic .NET] Public Property LeaderTolerance As Double
[C#] public double LeaderTolerance {get; set;}
[C++]
HRESULT get_LeaderTolerance(
double* LeaderTolerance
);
[C++]
HRESULT put_LeaderTolerance(
double LeaderTolerance
);
[C++]
Parameters LeaderTolerance [out, retval] LeaderTolerance is a parameter of type double LeaderTolerance [in] LeaderTolerance is a parameter of type double
LeaderTolerance is the minimum distance the callout must be from the anchor before a leader is drawn. This distance is specified in points (approx. 1/72 of an inch).