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


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

IMaplexKeyNumberGroup.HorizontalAlignment Property

The horizontal alignment used by the key numbering group.

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

Value is a parameter of type esriMaplexKeyNumberHorizontalAlignment* Value [in]
Value is a parameter of type esriMaplexKeyNumberHorizontalAlignment

Product Availability

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

See Also

IMaplexKeyNumberGroup Interface