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


IACTextMarkerSymbol.HAlignment Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IACTextMarkerSymbol.HAlignment Property

The horizontal alignment style.

[Visual Basic .NET]
Public Property HAlignment As acHTextAlignment
[C#]
public acHTextAlignment HAlignment {get; set;}
[C++]
HRESULT get_HAlignment(
  acHTextAlignment* hTextAlignment
);
[C++]
HRESULT put_HAlignment(
  acHTextAlignment hTextAlignment
);
[C++]

Parameters hTextAlignment [out, retval]
hTextAlignment is a parameter of type acHTextAlignment hTextAlignment [in]
hTextAlignment is a parameter of type acHTextAlignment

Product Availability

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

See Also

IACTextMarkerSymbol Interface