com.esri.arcgis.carto
Interface esriVertPosEnum

All Superinterfaces:
Serializable

public interface esriVertPosEnum
extends Serializable

Scalebar vertical position options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriAbove
          Positioned above scalebar.
static int esriBelow
          Positioned below scalebar.
static int esriBottom
          Aligned with bottom of scalebar.
static int esriOn
          Vertically centered on scalebar.
static int esriTop
          Aligned with top of scalebar.
 

Field Detail

esriAbove

static final int esriAbove
Positioned above scalebar.

See Also:
Constant Field Values

esriTop

static final int esriTop
Aligned with top of scalebar.

See Also:
Constant Field Values

esriOn

static final int esriOn
Vertically centered on scalebar.

See Also:
Constant Field Values

esriBottom

static final int esriBottom
Aligned with bottom of scalebar.

See Also:
Constant Field Values

esriBelow

static final int esriBelow
Positioned below scalebar.

See Also:
Constant Field Values