Provides access to members that control the Simple Line Callout.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
ICallout | Provides access to members that control the callout. |
CoClasses that implement ISimpleLineCallout
CoClasses and Classes | Description |
---|---|
SimpleLineCallout | A simple line that links text to a specified location. |