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


IGroupSymbolElement.HorizontalAlignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupSymbolElement Interface > IGroupSymbolElement.HorizontalAlignment Property
ArcGIS Developer Help

IGroupSymbolElement.HorizontalAlignment Property

Horizontal alignment style.

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

horizAlignment is a parameter of type esriTextHorizontalAlignment* horizAlignment [in]
horizAlignment is a parameter of type esriTextHorizontalAlignment

Product Availability

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

See Also

IGroupSymbolElement Interface