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


IMaplexPlacedLabel.HorizontalAlignment Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Maplex)  

IMaplexPlacedLabel.HorizontalAlignment Property

The horizontal alignment for the placed label.

[Visual Basic .NET]
Public Property HorizontalAlignment As esriTextHorizontalAlignment
[C#]
public esriTextHorizontalAlignment HorizontalAlignment {get; set;}
[C++]
HRESULT get_HorizontalAlignment(
  esriTextHorizontalAlignment* alignment
);
[C++]
HRESULT put_HorizontalAlignment(
  esriTextHorizontalAlignment alignment
);
[C++]

Parameters alignment [out, retval]
alignment is a parameter of type esriTextHorizontalAlignment alignment [in]
alignment is a parameter of type esriTextHorizontalAlignment

Product Availability

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

See Also

IMaplexPlacedLabel Interface