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


IMaplexPlacedLabel.HorizontalAlignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.HorizontalAlignment Property
ArcGIS Developer Help

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