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


IACTextMarkerSymbol.HAlignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACTextMarkerSymbol Interface > IACTextMarkerSymbol.HAlignment Property
ArcGIS Developer Help

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