This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.HorizontalAlignment Property (ArcObjects .NET 10.5 SDK) |
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