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


IMaplexKeyNumberGroup.HorizontalAlignment Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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