ArcObjects Library Reference (Carto)  

IMaplexRotationProperties2.AlignmentType Property

Defines alignment options for a rotated label.

[Visual Basic .NET]
Public Property AlignmentType As esriMaplexRotationAlignmentType
[C#]
public esriMaplexRotationAlignmentType AlignmentType {get; set;}
[C++]
HRESULT get_AlignmentType(
  esriMaplexRotationAlignmentType* Type
);
[C++]
HRESULT put_AlignmentType(
  esriMaplexRotationAlignmentType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriMaplexRotationAlignmentType

Type [in]

  Type is a parameter of type esriMaplexRotationAlignmentType

Product Availability

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

See Also

IMaplexRotationProperties2 Interface