com.esri.arcgis.carto
Interface esriBackgroundTabType

All Superinterfaces:
Serializable

public interface esriBackgroundTabType
extends Serializable

Types of background tabs for index grids.

Remarks

Defines the appearance of the background of the tabs surrounding an index grid.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriBackgroundTabRectangle
          Rectangle.
static int esriBackgroundTabRound
          Round.
static int esriBackgroundTabRoundedRectangle
          Rounded rectangle.
 

Field Detail

esriBackgroundTabRound

static final int esriBackgroundTabRound
Round.

See Also:
Constant Field Values

esriBackgroundTabRectangle

static final int esriBackgroundTabRectangle
Rectangle.

See Also:
Constant Field Values

esriBackgroundTabRoundedRectangle

static final int esriBackgroundTabRoundedRectangle
Rounded rectangle.

See Also:
Constant Field Values