This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICallout Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the callout.
ICallout is the genereric interface for properties common to IBalloonCallout, ILineCallout and ISimpleLineCallout. AnchorPoint is the location of the fixed from point on the leader. LeaderTolerance is the minimum distance the callout must be from the anchor before a leader is drawn.
Description | ||
---|---|---|
AnchorPoint | The anchor point. | |
LeaderTolerance | The closest distance to the text the anchor point can be for the callout to draw. |
CoClasses and Classes | Description |
---|---|
BalloonCallout | A filled background that is placed behind text. |
LineCallout | A series of line symbols that link text to a specified location. |
SimpleLineCallout | A simple line that links text to a specified location. |
ICallout Interface | ILineCallout Interface | ISimpleLineCallout Interface | IBalloonCallout Interface