This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineCallout Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the Simple Line Callout.
SimpleLineCallout can be used to display a callout comprised of a single leader line drawn from the anchor point to the text. Use the ICallout interface to set additional properties for the ISimpleLineCallout.
Description | ||
---|---|---|
AnchorPoint | The anchor point. | |
AutoSnap | Indicates if the auto-snap property is enabled. | |
LeaderTolerance | The closest distance to the text the anchor point can be for the callout to draw. | |
LineGeometry | The geometry used for the Callout. | |
LineSymbol | The line symbol used for the Callout. |
Interfaces | Description |
---|---|
ICallout | Provides access to members that control the callout. |
CoClasses and Classes | Description |
---|---|
SimpleLineCallout | A simple line that links text to a specified location. |