com.esri.arcgis.carto
Interface esriMaplexRotationAlignmentType

All Superinterfaces:
Serializable

public interface esriMaplexRotationAlignmentType
extends Serializable

Label alignment value options.

Product Availability

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


Field Summary
static int esriMaplexRotationAlignmentHorizontal
          Label is kept horizontal regardless of rotation angle.
static int esriMaplexRotationAlignmentPerpendicular
          Label is aligned prependicular to the rotation angle.
static int esriMaplexRotationAlignmentStraight
          Label is aligned straight with the rotation angle.
 

Field Detail

esriMaplexRotationAlignmentStraight

static final int esriMaplexRotationAlignmentStraight
Label is aligned straight with the rotation angle.

See Also:
Constant Field Values

esriMaplexRotationAlignmentHorizontal

static final int esriMaplexRotationAlignmentHorizontal
Label is kept horizontal regardless of rotation angle.

See Also:
Constant Field Values

esriMaplexRotationAlignmentPerpendicular

static final int esriMaplexRotationAlignmentPerpendicular
Label is aligned prependicular to the rotation angle.

See Also:
Constant Field Values