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