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


IMaplexLabelStackingProperties.StackJustification Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexLabelStackingProperties.StackJustification Property

Justification options for label stacking.

[Visual Basic .NET]
Public Property StackJustification As esriMaplexStackingJustification
[C#]
public esriMaplexStackingJustification StackJustification {get; set;}
[C++]
HRESULT get_StackJustification(
  esriMaplexStackingJustification* option
);
[C++]
HRESULT put_StackJustification(
  esriMaplexStackingJustification option
);
[C++]

Parameters option [out, retval]
option is a parameter of type esriMaplexStackingJustification option [in]
option is a parameter of type esriMaplexStackingJustification

Product Availability

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

See Also

IMaplexLabelStackingProperties Interface