This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.HorizontalAlignment Property (ArcObjects .NET 10.5 SDK) |
Horizontal alignment of markers.
[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