com.esri.arcgis.display
Interface esriBalloonCalloutStyle

All Superinterfaces:
Serializable

public interface esriBalloonCalloutStyle
extends Serializable

Balloon callout styles.

Description

esriBalloonCalloutStyle specifies the shape of callout when using the IBalloonCallout interface.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriBCSOval
          The balloon callout is an oval.
static int esriBCSRectangle
          The balloon callout is a rectangle.
static int esriBCSRoundedRectangle
          The balloon callout is a rounded rectangle.
 

Field Detail

esriBCSRectangle

static final int esriBCSRectangle
The balloon callout is a rectangle.

See Also:
Constant Field Values

esriBCSRoundedRectangle

static final int esriBCSRoundedRectangle
The balloon callout is a rounded rectangle.

See Also:
Constant Field Values

esriBCSOval

static final int esriBCSOval
The balloon callout is an oval.

See Also:
Constant Field Values