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


IBalloonCallout Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBalloonCallout Interface
ArcGIS Developer Help

IBalloonCallout Interface

Provides access to members that control the balloon callout.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

BalloonCallouts are a filled background that is placed behind text. Use the Style property to select from three different shapes for the balloon. Use the Symbol property to specify the fill symbol used as the background. Use the ICallout and the ITextMargins interfaces to set additional properties for IBalloonCallouts.

Members

Name Description
Read/write property AnchorPoint The anchor point.
Read/write property LeaderTolerance The closest distance to the text the anchor point can be for the callout to draw.
Read/write property Style The balloon callout style.
Read/write property Symbol The fill symbol.

Inherited Interfaces

Interfaces Description
ICallout Provides access to members that control the callout.

Classes that implement IBalloonCallout

Classes Description
BalloonCallout A filled background that is placed behind text.

See Also

BalloonCalloutPropertyPage Class | ICallout Interface | ILineCallout Interface | ISimpleLineCallout Interface | IBalloonCallout Interface