This document is archived and information here might be outdated.  Recommended version.


IMaplexRotationProperties2.AlignmentType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexRotationProperties2 Interface > IMaplexRotationProperties2.AlignmentType Property
ArcGIS Developer Help

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